<?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 with like % in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612481#M2011918</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried the below query it's working. if you write underscore before R then it will consider you are looking for the word with the second character as R and if you write %R% then it will look for the word with R character.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM SPFLI WHERE CITYFROM LIKE '%R%'.&lt;BR /&gt;WRITE: /10 SPFLI-CARRID, 20 SPFLI-CONNID,&lt;BR /&gt;30 SPFLI-CITYFROM.&lt;BR /&gt;ENDSELECT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I hope this helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja Kawadiwale&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 05:53:56 GMT</pubDate>
    <dc:creator>anujawani242683</dc:creator>
    <dc:date>2022-06-06T05:53:56Z</dc:date>
    <item>
      <title>Select with like %</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612480#M2011917</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am going through some of SAP tutorials and found the following:&lt;/P&gt;
  &lt;P&gt;SELECT * FROM SPFLI WHERE CITYFROM LIKE '_R%'.&lt;/P&gt;
  &lt;P&gt; WRITE: /10 SPFLI-CARRID, 20 SPFLI-CONNID,&lt;/P&gt;
  &lt;P&gt; 30 SPFLI-CITYFROM.&lt;/P&gt;
  &lt;P&gt;ENDSELECT.&lt;/P&gt;
  &lt;P&gt;following is my resulting list which doesnot include SINGAPORE.. Can someone explain why? &lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2022 21:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612480#M2011917</guid>
      <dc:creator>jyothsna1234</dc:creator>
      <dc:date>2022-06-05T21:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select with like %</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612481#M2011918</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried the below query it's working. if you write underscore before R then it will consider you are looking for the word with the second character as R and if you write %R% then it will look for the word with R character.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM SPFLI WHERE CITYFROM LIKE '%R%'.&lt;BR /&gt;WRITE: /10 SPFLI-CARRID, 20 SPFLI-CONNID,&lt;BR /&gt;30 SPFLI-CITYFROM.&lt;BR /&gt;ENDSELECT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I hope this helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja Kawadiwale&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 05:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612481#M2011918</guid>
      <dc:creator>anujawani242683</dc:creator>
      <dc:date>2022-06-06T05:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select with like %</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612482#M2011919</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As per your where clause &lt;/P&gt;&lt;P&gt;WHERE CITYFROM LIKE '_r%'	&lt;/P&gt;&lt;P&gt;--Finds ALL values that have "R" in the second position of the string.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 06:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612482#M2011919</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2022-06-06T06:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select with like %</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612483#M2011920</link>
      <description>&lt;P&gt;Review your course materials, % represents 0, 1 or multiple characters, _ represent a single character.&lt;/P&gt;&lt;P&gt;Can you guess your mistake?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 08:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-with-like/m-p/12612483#M2011920</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-07T08:29:11Z</dc:date>
    </item>
  </channel>
</rss>

