<?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 difference between joins in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110417#M738448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whats the differnce between inner join and left-inner join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points for clear suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kumar t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 16:25:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T16:25:24Z</dc:date>
    <item>
      <title>difference between joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110417#M738448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whats the differnce between inner join and left-inner join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points for clear suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kumar t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 16:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110417#M738448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110418#M738449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inner join will only bring the intersecting values from both tables.&lt;/P&gt;&lt;P&gt;Like VBAK and VBAP , if you use the inner join, system will only bring the intersecting data from both tables. If VBAP doesn't have records related to VBAK, those records will not come from database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In LEFT outer join, whichever table is on the left side will bring all the records pertaining to where caluse, whereas the other table only brings the data which are intersection in the join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 16:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110418#M738449</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-21T16:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110419#M738450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAP there is no concept of Left Inner Join. &lt;/P&gt;&lt;P&gt;We only have INNER JOIN and OUTER JOIN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the link below for more details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb39c4358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb39c4358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://database.ittoolbox.com/documents/popular-q-and-a/inner-and-outer-join-sql-statements-2108" target="test_blank"&gt;http://database.ittoolbox.com/documents/popular-q-and-a/inner-and-outer-join-sql-statements-2108&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;saket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 16:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110419#M738450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110420#M738451</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;Using Joins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can select data from two tables with the JOIN keyword, like this:&lt;/P&gt;&lt;P&gt;Example INNER JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT field1, field2, field3&lt;/P&gt;&lt;P&gt;FROM first_table&lt;/P&gt;&lt;P&gt;INNER JOIN second_table&lt;/P&gt;&lt;P&gt;ON first_table.keyfield = second_table.foreign_keyfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who has ordered a product, and what did they order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Employees.Name, Orders.Product&lt;/P&gt;&lt;P&gt;FROM Employees&lt;/P&gt;&lt;P&gt;INNER JOIN Orders&lt;/P&gt;&lt;P&gt;ON Employees.Employee_ID=Orders.Employee_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The INNER JOIN returns all rows from both tables where there is a match. If there are rows in Employees that do not have matches in Orders, those rows will not be listed.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;Name 	Product&lt;/P&gt;&lt;P&gt;Hansen, Ola 	Printer&lt;/P&gt;&lt;P&gt;Svendson, Stephen 	Table&lt;/P&gt;&lt;P&gt;Svendson, Stephen 	Chair&lt;/P&gt;&lt;P&gt;Example LEFT JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT field1, field2, field3&lt;/P&gt;&lt;P&gt;FROM first_table&lt;/P&gt;&lt;P&gt;LEFT JOIN second_table&lt;/P&gt;&lt;P&gt;ON first_table.keyfield = second_table.foreign_keyfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List all employees, and their orders - if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Employees.Name, Orders.Product&lt;/P&gt;&lt;P&gt;FROM Employees&lt;/P&gt;&lt;P&gt;LEFT JOIN Orders&lt;/P&gt;&lt;P&gt;ON Employees.Employee_ID=Orders.Employee_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The LEFT JOIN returns all the rows from the first table (Employees), even if there are no matches in the second table (Orders). If there are rows in Employees that do not have matches in Orders, those rows also will be listed.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;Name 	Product&lt;/P&gt;&lt;P&gt;Hansen, Ola 	Printer&lt;/P&gt;&lt;P&gt;Svendson, Tove 	 &lt;/P&gt;&lt;P&gt;Svendson, Stephen 	Table&lt;/P&gt;&lt;P&gt;Svendson, Stephen 	Chair&lt;/P&gt;&lt;P&gt;Pettersen, Kari 	 &lt;/P&gt;&lt;P&gt;Example RIGHT JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT field1, field2, field3&lt;/P&gt;&lt;P&gt;FROM first_table&lt;/P&gt;&lt;P&gt;RIGHT JOIN second_table&lt;/P&gt;&lt;P&gt;ON first_table.keyfield = second_table.foreign_keyfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List all orders, and who has ordered - if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Employees.Name, Orders.Product&lt;/P&gt;&lt;P&gt;FROM Employees&lt;/P&gt;&lt;P&gt;RIGHT JOIN Orders&lt;/P&gt;&lt;P&gt;ON Employees.Employee_ID=Orders.Employee_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The RIGHT JOIN returns all the rows from the second table (Orders), even if there are no matches in the first table (Employees). If there had been any rows in Orders that did not have matches in Employees, those rows also would have been listed.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;Name 	Product&lt;/P&gt;&lt;P&gt;Hansen, Ola 	Printer&lt;/P&gt;&lt;P&gt;Svendson, Stephen 	Table&lt;/P&gt;&lt;P&gt;Svendson, Stephen 	Chair&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who ordered a printer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Employees.Name&lt;/P&gt;&lt;P&gt;FROM Employees&lt;/P&gt;&lt;P&gt;INNER JOIN Orders&lt;/P&gt;&lt;P&gt;ON Employees.Employee_ID=Orders.Employee_ID&lt;/P&gt;&lt;P&gt;WHERE Orders.Product = 'Printer'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Hansen, Ola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 17:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110420#M738451</guid>
      <dc:creator>balbino_soaresferreirafil</dc:creator>
      <dc:date>2007-11-21T17:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110421#M738452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INNER JOIN: Retrieves customers with orders only. For example, you want to determine the amount ordered by each customer and you only want to see those who have ordered something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Customers.&lt;STRONG&gt;, Orders.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;FROM Customers INNER JOIN Orders ON Customers.CustomerID =&lt;/P&gt;&lt;P&gt;Orders.CustomerID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN: Retrieves all customers with or without orders. Order data for customers without orders appears as NULL values. For example, you want to determine the amount ordered by each customer and you need to see who has not ordered anything as well. You can also see the LEFT OUTER JOIN as a mirror image of the RIGHT OUTER JOIN if you switch the side of each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Customers.&lt;STRONG&gt;, Orders.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;FROM Customers LEFT OUTER JOIN Orders ON Customers.CustomerID =&lt;/P&gt;&lt;P&gt;Orders.CustomerID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RIGHT OUTER JOIN: Retrieves all orders with or without matching customer records. Customer data for orders without customers appears as NULL values. For example, you want to determine if there are any orders in the data with undefined CustomerID values (say, after a conversion or something like it). You can also see the RIGHT OUTER JOIN as a mirror image of the LEFT OUTER JOIN if you switch the side of each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Customers.&lt;STRONG&gt;, Orders.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;FROM Customers RIGHT OUTER JOIN Orders ON Customers.CustomerID =&lt;/P&gt;&lt;P&gt;Orders.CustomerID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 18:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110421#M738452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T18:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110422#M738453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks friends in helping me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 06:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins/m-p/3110422#M738453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T06:17:41Z</dc:date>
    </item>
  </channel>
</rss>

