<?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: Error running query in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264405#M44248</link>
    <description>You have to convert it in java string.
&lt;BR /&gt;
&lt;BR /&gt;I suggest to create this update query as java string variable and print. You will see the issue.
&lt;BR /&gt;
&lt;BR /&gt;E.g Your query should start with “ .
&lt;BR /&gt;If in your query you have “ and it is mandatory it should be escaped like \”EMS</description>
    <pubDate>Fri, 15 Mar 2019 20:41:45 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-03-15T20:41:45Z</dc:date>
    <item>
      <title>Error running query in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264404#M44247</link>
      <description>&lt;P&gt;I'm having a problem running an update query in Talend.&amp;nbsp; I get the error that is attached.&amp;nbsp; I can run the following query just fine in Snowflake without an issue.&amp;nbsp; I works ok in Snowflake, but not in Talend.&amp;nbsp; I have used other update statements in Talend with snowflake. &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;update "EMS"."PUBLIC"."PGA_CLEAN_SUBSCRIBED"&lt;BR /&gt;SET rydercup_2020 =&lt;BR /&gt;replace (rydercup_2020,'"','')&lt;BR /&gt;where email_address &amp;lt;&amp;gt; ''&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264404#M44247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error running query in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264405#M44248</link>
      <description>You have to convert it in java string.
&lt;BR /&gt;
&lt;BR /&gt;I suggest to create this update query as java string variable and print. You will see the issue.
&lt;BR /&gt;
&lt;BR /&gt;E.g Your query should start with “ .
&lt;BR /&gt;If in your query you have “ and it is mandatory it should be escaped like \”EMS</description>
      <pubDate>Fri, 15 Mar 2019 20:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264405#M44248</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-15T20:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error running query in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264406#M44249</link>
      <description>This is what I am running in Talend. 
&lt;BR /&gt; 
&lt;BR /&gt;"update "EMS"."PUBLIC"."PGA_CLEAN_SUBSCRIBED" 
&lt;BR /&gt;SET rydercup_2020 = 
&lt;BR /&gt;replace (rydercup_2020,'"','') 
&lt;BR /&gt;where email_address &amp;lt;&amp;gt; ''" 
&lt;BR /&gt; 
&lt;BR /&gt;I do have double quotes at the end and the beginning. As I said earlier I 
&lt;BR /&gt;can run the same query without the double quotes in Snowflake, but I then 
&lt;BR /&gt;when I try to run it in Talend I get the error message that I attached 
&lt;BR /&gt;earlier. 
&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2019 21:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264406#M44249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-15T21:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error running query in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264407#M44250</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHcAAO"&gt;@gfred&lt;/A&gt;&amp;nbsp;try this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;update EMS.PUBLIC.PGA_CLEAN_SUBSCRIBED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SET rydercup_2020 =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;replace (rydercup_2020,&lt;FONT color="#0000FF"&gt;'&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt; + &lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;\&lt;FONT color="#FF0000"&gt;""&lt;/FONT&gt; + &lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;'&lt;/FONT&gt;,&lt;FONT color="#0000FF"&gt;''&lt;/FONT&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where email_address &amp;lt;&amp;gt; &lt;FONT color="#0000FF"&gt;''&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Notice that&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;" - is red coloured&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;' - is blue coloured&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 22:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-running-query-in-Talend/m-p/2264407#M44250</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-15T22:11:26Z</dc:date>
    </item>
  </channel>
</rss>

