<?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: SQL and CONTAINS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334644#M5675</link>
    <description>&lt;P&gt;The question is not answered. The fuzzy option does not work. Any hints welcome.&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Rolf&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2016 09:57:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-11-15T09:57:28Z</dc:date>
    <item>
      <title>SQL and CONTAINS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334641#M5672</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I want to use the fuzzy search in SQL Select statements on standard SAP tables (e.g. PRPS) with the CONTAINS predicate. In OPEN SQL this does not work. So I use native SQL an our HANA Database.&lt;/P&gt;&lt;P&gt;But whenever I use the contains predicate (e.g. "where contains(post1, 'e', FUZZY(0.1)") I get no rows returned. Without the contains predicate the select statement returns the correct rows.&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rolf&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 14:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334641#M5672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-22T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQL and CONTAINS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334642#M5673</link>
      <description>&lt;P&gt;To whom it may concern:&lt;/P&gt;&lt;P&gt;Masking the search string with wildcards works fine:&lt;/P&gt;&lt;P&gt;where contains(post1, '%e%', FUZZY(0.1)&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rolf&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 06:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334642#M5673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-26T06:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL and CONTAINS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334643#M5674</link>
      <description>&lt;P&gt;If this is answered then please close your question (see Actions button). Otherwise it still shows up on the list of unanswered questions.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 15:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334643#M5674</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-10-26T15:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL and CONTAINS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334644#M5675</link>
      <description>&lt;P&gt;The question is not answered. The fuzzy option does not work. Any hints welcome.&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Rolf&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 09:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334644#M5675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-15T09:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQL and CONTAINS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334645#M5676</link>
      <description>&lt;P&gt;In ABAP / Open SQL even before HANA we can use an asterisk as a wildcard. So if I wanted to find a string that contained 'e' then I'd put '*e*' in the selection option. Percentage sign is used with LIKE, if memory serves.&lt;/P&gt;&lt;P&gt;But wildcards already are "fuzzy search", so I don't really understand what you are trying to achieve with such combination. You might want to clarify.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 21:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334645#M5676</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-11-15T21:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: SQL and CONTAINS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334646#M5677</link>
      <description>&lt;P&gt;I've modified your subject to remove the ABAP as it isn't really an ABAP question - it's native SQL.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 07:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334646#M5677</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-11-16T07:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL and CONTAINS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334647#M5678</link>
      <description>&lt;P&gt;Have you tried the SQL from HANA studio in the console? Does it work there? If it does, then the problem lies in the way that you're constructing your SQL within ABAP.&lt;/P&gt;&lt;P&gt;If it doesn't, then we know it's an SQL syntax issue. (And this is what I expect, but it is worth checking).&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 07:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-and-contains/m-p/334647#M5678</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-11-16T07:40:13Z</dc:date>
    </item>
  </channel>
</rss>

