<?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 SELECt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553062#M854879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between "select * from mara" and "select single * from mara"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2008 11:04:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-24T11:04:38Z</dc:date>
    <item>
      <title>SELECt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553062#M854879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between "select * from mara" and "select single * from mara"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553062#M854879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: SELECt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553063#M854880</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;Select * from Mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will get all the data from the mara table based on the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will get single record from the mara based on the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553063#M854880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: SELECt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553064#M854881</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;SINGLE *&lt;/P&gt;&lt;P&gt;The result of the selection should be a single entry. If it is not possible to identify a unique entry, the system uses the first line of the selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as &lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will select all the entries .&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;Sreekanth.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553064#M854881</guid>
      <dc:creator>former_member253577</dc:creator>
      <dc:date>2008-03-24T11:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: SELECt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553065#M854882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get single record frm mara table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from Mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get all the data from the mara table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me points if it helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By&lt;/P&gt;&lt;P&gt;Pari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553065#M854882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: SELECt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553066#M854883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;select * will select all the fields in the table mara based on the where condition,but it is not advised to use selet * frequently in the code because it creates the performance issues.&lt;/P&gt;&lt;P&gt;where as selec single * wil select a single field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553066#M854883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: SELECt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553067#M854884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select * from mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retrives all the records from the mara table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retrives only one record from the mara table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3553067#M854884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:16:35Z</dc:date>
    </item>
  </channel>
</rss>

