<?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: SELECT COUNT(*) vs. SELECT SINGLE COUNT(*) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058603#M1503003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siegfried,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide some links to official documentation to prove these theses? I already searched, but I could finded any references to your assumptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Alej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jul 2010 08:40:25 GMT</pubDate>
    <dc:creator>alejiandro_sensejl</dc:creator>
    <dc:date>2010-07-19T08:40:25Z</dc:date>
    <item>
      <title>SELECT COUNT(*) vs. SELECT SINGLE COUNT(*)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058601#M1503001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simply want to check if at least one records of given where-clause already exists. Is there a difference between above mentioned statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 06:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058601#M1503001</guid>
      <dc:creator>alejiandro_sensejl</dc:creator>
      <dc:date>2010-07-19T06:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT COUNT(*) vs. SELECT SINGLE COUNT(*)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058602#M1503002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the correct solution is   SELECT f1 UP TO 1 ROWS !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not use COUNT(*), at least on some databases it will count all records fulfilling the condition.&lt;/P&gt;&lt;P&gt;YOU should not use SINGLE, because ... search top entries there are endless discussion on UP TO 1 ROWS and SINGLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 07:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058602#M1503002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-19T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT COUNT(*) vs. SELECT SINGLE COUNT(*)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058603#M1503003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siegfried,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide some links to official documentation to prove these theses? I already searched, but I could finded any references to your assumptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Alej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 08:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058603#M1503003</guid>
      <dc:creator>alejiandro_sensejl</dc:creator>
      <dc:date>2010-07-19T08:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT COUNT(*) vs. SELECT SINGLE COUNT(*)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058604#M1503004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is nothing officially published by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my word should be enough &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;, see here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.dpunkt.de/suche/ergebnis?modus=einfach&amp;amp;author=&amp;amp;title=&amp;amp;keyword=boes" target="test_blank"&gt;http://www.dpunkt.de/suche/ergebnis?modus=einfach&amp;amp;author=&amp;amp;title=&amp;amp;keyword=boes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you find source with exercise programs, run test case No. 381 and 382. I do not comment on the DB platforms but&lt;/P&gt;&lt;P&gt;I tried the 4 major ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 11:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-count-vs-select-single-count/m-p/7058604#M1503004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-19T11:54:58Z</dc:date>
    </item>
  </channel>
</rss>

