<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: what is left outer join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191524#M467238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are still not satisfied with the above answers...please find below a different explanation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;think there are two tables A and B.. and let us represent these 2 sets as two circles with an intersection area ( remember the  mathematic diagram of  A Union B and A intersection B )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now A is the left circle &lt;/P&gt;&lt;P&gt;       B is the right circle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Outer Join is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The area covered by A ( including A^ B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Outer Join is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The area covered by B ( including A^ B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      only A ^ B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Kesari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Apr 2007 21:39:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-21T21:39:52Z</dc:date>
    <item>
      <title>what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191516#M467230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                Tell me something about left outerjoin&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 03:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191516#M467230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T03:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191517#M467231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the links -&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ec77446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ec77446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb39c4358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb39c4358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 03:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191517#M467231</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-21T03:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191518#M467232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A LEFT OUTER JOIN is one of the JOIN operations that allow you to specify a join clause. It preserves the unmatched rows from the first (left) table, joining them with a NULL row in the shape of the second (right) table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 04:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191518#M467232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T04:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191519#M467233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi surya&lt;/P&gt;&lt;P&gt;     If a table C is formed from table A and table B using left outer join then table C contains both A n B values but only those rows of table A which has same value in table B in the key will b picked.&lt;/P&gt;&lt;P&gt;If table A doesnt find any matching value  then that row is dropped n not shown in table C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 07:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191519#M467233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T07:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191520#M467234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Specifying Two or More Database Tables as a Left Outer Join&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an inner join, a line from the left-hand database table or join is only included in the selection if there is one or more lines in the right-hand database table that meet the ON condition &amp;lt;cond&amp;gt;. The left outer join, on the other hand, reads lines from the left-hand database table or join even if there is no corresponding line in the right-hand table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT... &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  FROM &amp;lt;tab&amp;gt; LEFT [OUTER] JOIN &amp;lt;dbtab&amp;gt; [AS &amp;lt;alias&amp;gt;] ON &amp;lt;cond&amp;gt; &lt;/P&gt;&lt;P&gt;       &amp;lt;options&amp;gt; &lt;/P&gt;&lt;P&gt;...&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tab&amp;gt; and &amp;lt;dbtab&amp;gt; are subject to the same rules and conditions as in an inner join. The OUTER addition is optional. The tables are linked in the same way as the inner join with the one exception that all lines selected from &amp;lt;tab&amp;gt; are included in the final selection. If &amp;lt;dbtab&amp;gt; does not contain any lines that meet the condition &amp;lt;cond&amp;gt;, the system includes a single line in the selection whose columns from &amp;lt;dbtab&amp;gt; are filled with null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the left outer join, more restrictions apply to the condition &amp;lt;cond&amp;gt; than in the inner join. In addition to the above restrictions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EQ or = is the only permitted relational operator. &lt;/P&gt;&lt;P&gt;There must be at least one comparison between columns from &amp;lt;tab&amp;gt; and &amp;lt;dbtab&amp;gt;. &lt;/P&gt;&lt;P&gt;The WHERE clause may not contain any comparisons with columns from &amp;lt;dbtab&amp;gt;. All comparisons using columns from &amp;lt;dbtab&amp;gt; must appear in the condition &amp;lt;cond&amp;gt;. &lt;/P&gt;&lt;P&gt;Client Handling&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 08:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191520#M467234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T08:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191521#M467235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;check out it may help you &lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/doc/maxdb/en/bf/692940cbf2195de10000000a1550b0/frameset.htm" target="test_blank"&gt;http://dev.mysql.com/doc/maxdb/en/bf/692940cbf2195de10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward helpful answers , &lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        venkata chalapathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 09:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191521#M467235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T09:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191522#M467236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left outer join will give all the possible combinations between tables  even if the fields are empty inthe tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 09:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191522#M467236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T09:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191523#M467237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please no not enter "left outer join" in the "Search Forum" field above. This could lead you to lots of information about your topic and would keep you from annoying people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 12:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191523#M467237</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-04-21T12:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is left outer join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191524#M467238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are still not satisfied with the above answers...please find below a different explanation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;think there are two tables A and B.. and let us represent these 2 sets as two circles with an intersection area ( remember the  mathematic diagram of  A Union B and A intersection B )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now A is the left circle &lt;/P&gt;&lt;P&gt;       B is the right circle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Outer Join is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The area covered by A ( including A^ B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Outer Join is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The area covered by B ( including A^ B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      only A ^ B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Kesari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 21:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-left-outer-join/m-p/2191524#M467238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T21:39:52Z</dc:date>
    </item>
  </channel>
</rss>

