<?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: wildcard search for numeric values using select ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153556#M749964</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 this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from XX_TABLE where param1+0(2) = 'SS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 09:13:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T09:13:26Z</dc:date>
    <item>
      <title>wildcard search for numeric values using select ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153553#M749961</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;I want do wildcard search for numeric fields of the table. &lt;/P&gt;&lt;P&gt;For charcter/string i have used - select * from XX_TABLE where param1 like 'SS%'. But this query doesnt work when para1 is numeric. Please let me know first whether this is possible ? if yes how to achieve it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Shrinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 08:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153553#M749961</guid>
      <dc:creator>former_member31961</dc:creator>
      <dc:date>2007-12-19T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: wildcard search for numeric values using select ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153554#M749962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Numeric fields can not be like 'SS&lt;STRONG&gt;' so i think you want to select something like '66&lt;/STRONG&gt;' ?  For that youw might use something like 'where param1 between 660000 and 669999'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 08:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153554#M749962</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2007-12-19T08:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: wildcard search for numeric values using select ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153555#M749963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The numeric field is of  8 digits, so when i give search critera as '66&lt;STRONG&gt;', it should return values 66000000, 660000, 6600 etc. so i was not able to give between some range. I also tried storing all these values in internal table and the segregate the values it contains '&lt;/STRONG&gt;66*'. This worked well but requires lot of coding effort.Please suggest if you guys have any better method ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shrinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 09:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153555#M749963</guid>
      <dc:creator>former_member31961</dc:creator>
      <dc:date>2007-12-19T09:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: wildcard search for numeric values using select ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153556#M749964</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 this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from XX_TABLE where param1+0(2) = 'SS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 09:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wildcard-search-for-numeric-values-using-select/m-p/3153556#M749964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T09:13:26Z</dc:date>
    </item>
  </channel>
</rss>

