<?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 with select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578027#M589303</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'm not sure to understand your requirement anyway you can use LIKE to do select with a string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select field1 field2 from table1 where field LIKE '7%34' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way all records with the first character of field FIELD is 7 and the two last chararcters are 34 will be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 16:51:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T16:51:15Z</dc:date>
    <item>
      <title>problem with select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578026#M589302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to select the some entries using one condition ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select field1 field2 from table1 where field = 7*34  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in place of * ay character like 1 ,2, 3 or a,  b, c are there i.e for all values of * the record must be selected..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i code this.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578026#M589302</guid>
      <dc:creator>former_member799868</dc:creator>
      <dc:date>2007-08-07T16:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578027#M589303</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'm not sure to understand your requirement anyway you can use LIKE to do select with a string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select field1 field2 from table1 where field LIKE '7%34' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way all records with the first character of field FIELD is 7 and the two last chararcters are 34 will be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578027#M589303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T16:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578028#M589304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  where field &amp;lt;b&amp;gt;like '7%ab'&amp;lt;/b&amp;gt; in ur where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578028#M589304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T16:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578029#M589305</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;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select &amp;lt;Your fields&amp;gt;&lt;/P&gt;&lt;P&gt;from &amp;lt;Your table&amp;gt;&lt;/P&gt;&lt;P&gt;into &amp;lt;Your IT&amp;gt;&lt;/P&gt;&lt;P&gt;where field like '7%6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 17:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578029#M589305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T17:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578030#M589306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select field1 field2 from table1 where field like '7_34' .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the underscore "_" in place of any &amp;lt;u&amp;gt;single&amp;lt;/u&amp;gt; character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 17:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-statement/m-p/2578030#M589306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T17:43:23Z</dc:date>
    </item>
  </channel>
</rss>

