<?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: problem is select statement ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041333#M719810</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;if u want all the records for the field ,then no need to specify the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select x from  &amp;lt;dbtable&amp;gt; into table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u will get all the records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 05:36:51 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2007-11-14T05:36:51Z</dc:date>
    <item>
      <title>problem is select statement !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041332#M719809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to trap following strings from the field:&lt;/P&gt;&lt;P&gt;Field Name : x (suppose)&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;Abc&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;aBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write the select code to reterieve all the records above.&lt;/P&gt;&lt;P&gt;i.e., case sensitivity is ignored.&lt;/P&gt;&lt;P&gt;currently im writing: select......where x like 'Abc%'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041332#M719809</guid>
      <dc:creator>naveenvishal</dc:creator>
      <dc:date>2007-11-14T05:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem is select statement !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041333#M719810</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;if u want all the records for the field ,then no need to specify the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select x from  &amp;lt;dbtable&amp;gt; into table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u will get all the records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041333#M719810</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-11-14T05:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem is select statement !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041334#M719811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no ..not all records ..records containg abc with the described pattern..like abc ABC Abc aBC..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041334#M719811</guid>
      <dc:creator>naveenvishal</dc:creator>
      <dc:date>2007-11-14T05:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem is select statement !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041335#M719812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use OR condition in SELECT statement.&lt;/P&gt;&lt;P&gt;Like select ... from ... where X like 'abc' or X like 'Abc'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041335#M719812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T05:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem is select statement !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041336#M719813</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select......where x like 'Abc%' OR 'ABc%'...like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-select-statement/m-p/3041336#M719813</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-11-14T05:54:07Z</dc:date>
    </item>
  </channel>
</rss>

