<?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 regarding the select query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-select-query/m-p/3077167#M729731</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; I need to fetch the documents from the database table where the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field  &amp;lt;b&amp;gt;f1&amp;lt;/b&amp;gt; equal to SPACE or   in f1 column the records should start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with either 03 or 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest how to pickup the records which should start with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either 03 or 01  from the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestion will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 13:34:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T13:34:41Z</dc:date>
    <item>
      <title>regarding the select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-select-query/m-p/3077167#M729731</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; I need to fetch the documents from the database table where the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field  &amp;lt;b&amp;gt;f1&amp;lt;/b&amp;gt; equal to SPACE or   in f1 column the records should start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with either 03 or 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest how to pickup the records which should start with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either 03 or 01  from the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestion will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 13:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-select-query/m-p/3077167#M729731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: regarding the select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-select-query/m-p/3077168#M729732</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; Do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select f1 f2 f3 from DB Table into ITAB where F1 like '03%' or F1 like '01%' or F1 = ' '.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 13:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-select-query/m-p/3077168#M729732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T13:42:51Z</dc:date>
    </item>
  </channel>
</rss>

