<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — How do i link two table sin a dbase using mysql]]></title>
		<link>https://punbb.informer.com/forums/topic/14875/how-do-i-link-two-table-sin-a-dbase-using-mysql/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/14875/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How do i link two table sin a dbase using mysql.]]></description>
		<lastBuildDate>Mon, 19 Feb 2007 17:11:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How do i link two table sin a dbase using mysql]]></title>
			<link>https://punbb.informer.com/forums/post/87779/#p87779</link>
			<description><![CDATA[<p>yes join, but join can be a complex subject in the sql world... here&#039;s the easiest way to do a join with 2 tables:</p><p><span style="color: red"><strong>SELECT </strong></span><strong><span style="color: blue">U.ID, U.USERNAME, Q.FAVQUOTE</span><span style="color: red"> FROM </span><span style="color: blue">USERS U</span><span style="color: red"> INNER JOIN </span><span style="color: blue">QUOTES Q </span><span style="color: red">ON</span><span style="color: blue"> U.ID = Q.ID </span><span style="color: red">WHERE</span><span style="color: blue"> Q.FAVQUOTE != NULL;</span></strong></p><p>now MIND you, thats only an EXAMPLE.. but the basis is there.</p>]]></description>
			<author><![CDATA[null@example.com (thegleek)]]></author>
			<pubDate>Mon, 19 Feb 2007 17:11:57 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/87779/#p87779</guid>
		</item>
		<item>
			<title><![CDATA[Re: How do i link two table sin a dbase using mysql]]></title>
			<link>https://punbb.informer.com/forums/post/87739/#p87739</link>
			<description><![CDATA[<p>I&#039;m not sure of what you mean but perhaps you&#039;re looking for <a href="http://dev.mysql.com/doc/refman/5.1/en/join.html">this</a>.</p>]]></description>
			<author><![CDATA[null@example.com (Strofanto)]]></author>
			<pubDate>Mon, 19 Feb 2007 12:09:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/87739/#p87739</guid>
		</item>
		<item>
			<title><![CDATA[How do i link two table sin a dbase using mysql]]></title>
			<link>https://punbb.informer.com/forums/post/87737/#p87737</link>
			<description><![CDATA[<p>How do i link two table sin a dbase using mysql?</p>]]></description>
			<author><![CDATA[null@example.com (F.M)]]></author>
			<pubDate>Mon, 19 Feb 2007 11:47:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/87737/#p87737</guid>
		</item>
	</channel>
</rss>
