<?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: tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3205666#M764222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select a&lt;SUB&gt;f1 a&lt;/SUB&gt;f2 b~f3 &lt;/P&gt;&lt;P&gt;           from vbak as a&lt;/P&gt;&lt;P&gt;           join vbap as b&lt;/P&gt;&lt;P&gt;      on a&lt;SUB&gt;vbeln = b&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;      into table itab&lt;/P&gt;&lt;P&gt;      where vbeln in so_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join is &lt;STRONG&gt;mostly&lt;/STRONG&gt; used to get the header and Item level data into a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 16:12:24 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2007-12-26T16:12:24Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3205664#M764220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can an one tell me exact syntax for inner join and where do v use it????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 16:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3205664#M764220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T16:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3205665#M764221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi janani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying Two or More Database Tables as an Inner Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a relational database, you normally need to read data simultaneously from more than one database table into an application program. You can read from more than one table in a single SELECT statement, such that the data in the tables all has to meet the same conditions, using the following join expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT... &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  FROM &amp;lt;tab&amp;gt; [INNER] JOIN &amp;lt;dbtab&amp;gt; [AS &amp;lt;alias&amp;gt;] ON &amp;lt;cond&amp;gt; &amp;lt;options&amp;gt; &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &amp;lt;dbtab&amp;gt; is a single database table and &amp;lt;tab&amp;gt; is either a table or another join expression. The database tables can be specified statically or dynamically as described above. You may also use aliases. You can enclose each join expression in parentheses. The INNER addition is optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A join expression links each line of &amp;lt;tab&amp;gt; with the lines in &amp;lt;dbtab&amp;gt; that meet the condition &amp;lt;cond&amp;gt;. This means that there is always one or more lines from the right-hand table that is linked to each line from the left-hand table by the join. If &amp;lt;dbtab&amp;gt; does not contain any lines that meet the condition &amp;lt;cond&amp;gt;, the line from &amp;lt;tab&amp;gt; is not included in the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 16:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3205665#M764221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T16:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3205666#M764222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select a&lt;SUB&gt;f1 a&lt;/SUB&gt;f2 b~f3 &lt;/P&gt;&lt;P&gt;           from vbak as a&lt;/P&gt;&lt;P&gt;           join vbap as b&lt;/P&gt;&lt;P&gt;      on a&lt;SUB&gt;vbeln = b&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;      into table itab&lt;/P&gt;&lt;P&gt;      where vbeln in so_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join is &lt;STRONG&gt;mostly&lt;/STRONG&gt; used to get the header and Item level data into a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 16:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3205666#M764222</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-26T16:12:24Z</dc:date>
    </item>
  </channel>
</rss>

