<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024263" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024263</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/information-retrieval-join-not-expected#comment-1148597</link>
    <description> &lt;p&gt;Also since you only need to join on fid this query should be better&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;SELECT tid, threads.fid, forums.fal, sub, forums.title FROM threads LEFT JOIN forums ON threads.fid=forums.fid;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Mar 2004 16:33:35 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1148597 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/information-retrieval-join-not-expected#comment-1148595</link>
    <description> &lt;p&gt;shouldn&#039;t the fields from the forum table be called like this forums.title,forums.fal&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Mar 2004 16:20:28 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1148595 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/information-retrieval-join-not-expected#comment-1148508</link>
    <description> &lt;p&gt;help me understand why it&#039;s getting&lt;br /&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Quote: mysql&amp;gt; select tid, threads.fid, fal, sub, title from threads natural join forums;&lt;br /&gt;
+-----+-----+-----+-------------------------+----------------------+&lt;br /&gt;
| tid | fid | fal | sub | title |&lt;br /&gt;
+-----+-----+-----+-------------------------+----------------------+&lt;br /&gt;
| 4 | 3 | 0 | Saluting | Fakes |&lt;br /&gt;
| 6 | 5 | 1 | EVERYONE | Shouts |&lt;br /&gt;
| 10 | 8 | 1 | what not to wear on TLC | Fashion &amp;amp; Style |&lt;br /&gt;
| 13 | 1 | 5 | Test | Mod Review |&lt;br /&gt;
| 16 | 2 | 0 | test | Problems/Suggestions |&lt;br /&gt;
| 17 | 4 | 1 | double checking | General/Misc |&lt;br /&gt;
+-----+-----+-----+-------------------------+----------------------+&lt;br /&gt;
6 rows in set (0.00 sec)&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;instead of&lt;br /&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Quote: mysql&amp;gt; select tid, threads.fid, fal, sub, title from threads natural join forums;&lt;br /&gt;
+-----+-----+-----+---------------------------+----------------------+&lt;br /&gt;
| tid | fid | fal | sub | title |&lt;br /&gt;
+-----+-----+-----+---------------------------+----------------------+&lt;br /&gt;
| 1 | 1 | 5 | point of this forum | Mod Review |&lt;br /&gt;
| 2 | 2 | 0 | Interests | Problems/Suggestions |&lt;br /&gt;
| 3 | 3 | 0 | about calling others fake | Fakes |&lt;br /&gt;
| 4 | 3 | 0 | Saluting | Fakes |&lt;br /&gt;
| 5 | 4 | 1 | Hey! | General/Misc |&lt;br /&gt;
| 6 | 5 | 1 | EVERYONE | Shouts |&lt;br /&gt;
| 7 | 2 | 0 | testing guest posting | Problems/Suggestions |&lt;br /&gt;
| 9 | 2 | 0 | logging in | Problems/Suggestions |&lt;br /&gt;
| 10 | 8 | 1 | what not to wear on TLC | Fashion &amp;amp; Style |&lt;br /&gt;
| 11 | 4 | 1 | Yo | General/Misc |&lt;br /&gt;
| 12 | 4 | 1 | Just testing... | General/Misc |&lt;br /&gt;
| 13 | 1 | 5 | Test | Mod Review |&lt;br /&gt;
| 14 | 4 | 1 | Mistakes and Errors | General/Misc |&lt;br /&gt;
| 15 | 4 | 1 | dev to demo to.... | General/Misc |&lt;br /&gt;
| 16 | 2 | 0 | test | Problems/Suggestions |&lt;br /&gt;
| 17 | 4 | 1 | double checking | General/Misc |&lt;br /&gt;
+-----+-----+-----+---------------------------+----------------------+&lt;br /&gt;
17 rows in set (0.00 sec)&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt; so that i can get it to that second one&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Mar 2004 15:02:42 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1148508 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/information-retrieval-join-not-expected#comment-1148473</link>
    <description> &lt;p&gt;er.. what is the question? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Mar 2004 05:15:08 +0000</pubDate>
 <dc:creator>s0da</dc:creator>
 <guid isPermaLink="false">comment 1148473 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
