<?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: Fuzzy Search in Subquery - Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-search-in-subquery-error/m-p/563069#M21690</link>
    <description>&lt;P&gt;As the error message indicates, the CONTAINS() predicate does only allow a string value, but not a column in the &amp;lt;search_string&amp;gt; parameter.&lt;/P&gt;
  &lt;P&gt;That's also documented: &lt;A href="https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.02/en-US/20f952437519101487edc3d9aba84238.html" target="test_blank"&gt;https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.02/en-US/20f952437519101487edc3d9aba84238.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;What you want to do here is usually called "master data cleansing" and typically not done on an ad hoc basis.&lt;/P&gt;
  &lt;P&gt;Instead, smart data quality (SDQ) provides tools to create data loading processes that cleanse the data once so that you can use clean data from there on.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2017 04:25:29 GMT</pubDate>
    <dc:creator>lbreddemann</dc:creator>
    <dc:date>2017-09-25T04:25:29Z</dc:date>
    <item>
      <title>Fuzzy Search in Subquery - Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-search-in-subquery-error/m-p/563068#M21689</link>
      <description>&lt;P&gt;Hello, I have some problems. I'm new on SAP Hana. I'm trying to get list of product data. But I want to change product names with the other table matched product name. Because we have dirty product name such as "SAAP", "sap hanA". &lt;/P&gt;
  &lt;P&gt;I want to change this name fields with the correct ones. I tried to find with Fuzzzy search but I got some errors. &lt;/P&gt;
  &lt;P&gt;select top 1000 prd."Status", &lt;/P&gt;
  &lt;P&gt;( &lt;/P&gt;
  &lt;P&gt; select prd2."NAME1" &lt;/P&gt;
  &lt;P&gt;from "PRD1_Test" as prd2 &lt;/P&gt;
  &lt;P&gt; where contains(prd2."NAME1", prd."NAME2", FUZZY(0.8)) &lt;/P&gt;
  &lt;P&gt;) as ProductName &lt;/P&gt;
  &lt;P&gt;from "PRD_Test" as prd &lt;/P&gt;
  &lt;P&gt;Error:&lt;/P&gt;
  &lt;P&gt; Could not execute 'select top 1000 prd."Status", ( select prd2."NAME1" from "PRD1_Test" as prd2 ...' SAP DBTech JDBC: [8]: invalid argument: The second argument cannot include any column: line 5 col 33 (at pos 144)&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 09:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-search-in-subquery-error/m-p/563068#M21689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-24T09:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy Search in Subquery - Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-search-in-subquery-error/m-p/563069#M21690</link>
      <description>&lt;P&gt;As the error message indicates, the CONTAINS() predicate does only allow a string value, but not a column in the &amp;lt;search_string&amp;gt; parameter.&lt;/P&gt;
  &lt;P&gt;That's also documented: &lt;A href="https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.02/en-US/20f952437519101487edc3d9aba84238.html" target="test_blank"&gt;https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.02/en-US/20f952437519101487edc3d9aba84238.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;What you want to do here is usually called "master data cleansing" and typically not done on an ad hoc basis.&lt;/P&gt;
  &lt;P&gt;Instead, smart data quality (SDQ) provides tools to create data loading processes that cleanse the data once so that you can use clean data from there on.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 04:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-search-in-subquery-error/m-p/563069#M21690</guid>
      <dc:creator>lbreddemann</dc:creator>
      <dc:date>2017-09-25T04:25:29Z</dc:date>
    </item>
  </channel>
</rss>

