<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'MYSQL INNER JOIN' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'MYSQL INNER JOIN' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 06:45:21 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 06:45:21 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>MYSQL INNER JOIN</title>
      <link>http://www.programmersheaven.com/mb/VBNET/409849/409849/mysql-inner-join/</link>
      <description>Please can i have multiple innner join statements in mysql??&lt;br /&gt;
tried to combine two but got a syntax error.&lt;br /&gt;
this is a sample of what i did&lt;br /&gt;
&lt;br /&gt;
SELECT invoice.transid. invoice.airline, invoice.agent, airline.name, agent.name from invoice INNER JOIN airline, agent &lt;br /&gt;
WHERE invoice.airline=airline.name and invoice.agent=agent.name&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/409849/409849/mysql-inner-join/</guid>
      <pubDate>Wed, 25 Nov 2009 07:24:04 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: MYSQL INNER JOIN</title>
      <link>http://www.programmersheaven.com/mb/VBNET/409849/410133/re-mysql-inner-join/#410133</link>
      <description>Just double checked the syntax here by looking at an example here: &lt;a href="http://www.plus2net.com/sql_tutorial/sql_inner_join.php"&gt;http://www.plus2net.com/sql_tutorial/sql_inner_join.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You had a period after Invoice.transid instead of a comma&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
SELECT invoice.transid, invoice.airline, invoice.agent, airline.name, agent.name FROM invoice INNER JOIN airline ON invoice.airline = airline.name INNER JOIN agent ON invoice.agent = agent.name

&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
SELECT Fields FROM Table1 INNER JOIN Table2 ON Table1.Value = Table2.Value WHERE (Conditions pertaining to any table's values)&lt;br /&gt;
&lt;br /&gt;
I removed the WHERE clause because it pertained to what you wanted your Inner Joins to do</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/409849/410133/re-mysql-inner-join/#410133</guid>
      <pubDate>Tue, 01 Dec 2009 08:47:00 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/VBNET/409849/416033/this-post-has-been-deleted/#416033</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/409849/416033/this-post-has-been-deleted/#416033</guid>
      <pubDate>Fri, 30 Apr 2010 10:20:42 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>
