<?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: Qlik Sense does not recognize the end of sql statement? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1750218#M5461</link>
    <description>&lt;P&gt;Turns out you were on right track. The problem was a single quote mark in a row that was commented with -- notation, somehow that got Qlik all messed up. After removing it the query ran smoothly. Thanks for your tips.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 07:01:16 GMT</pubDate>
    <dc:creator>salmivaara</dc:creator>
    <dc:date>2020-10-07T07:01:16Z</dc:date>
    <item>
      <title>Qlik Sense does not recognize the end of sql statement?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1749978#M5457</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Qlik Sense (Enterprise, September 2019 version) is throwing this error message&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="error.PNG" style="width: 770px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41780iAE703614C4C6AB81/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.PNG" alt="error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is where the error occurs&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="query.PNG" style="width: 241px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41781iCD33BFD555F405E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="query.PNG" alt="query.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, it looks like the drop statement is also handled as a part of the sql query, as if Qlik doesn't recognize the end of the sql statement. Any idea what could be the cause of this? I have had a similar issue once before, in both cases the query is quite long and has many subqueries. Could that have something to do with this? Usually it has not been a problem, though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 13:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1749978#M5457</guid>
      <dc:creator>salmivaara</dc:creator>
      <dc:date>2020-10-06T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not recognize the end of sql statement?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1749989#M5458</link>
      <description>&lt;P&gt;Usually it shouldn't happens but you could avoid it by following the recommended best practice, like:&lt;/P&gt;&lt;P&gt;connect ...&lt;/P&gt;&lt;P&gt;sql ...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;disconnect;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 13:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1749989#M5458</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-06T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not recognize the end of sql statement?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1750006#M5459</link>
      <description>&lt;P&gt;No success with that, either. Now I just get syntax error from the disconnect statement. It doesn't really matter what comes after the sql statement, it is handled as a part of the query anyway.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 13:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1750006#M5459</guid>
      <dc:creator>salmivaara</dc:creator>
      <dc:date>2020-10-06T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not recognize the end of sql statement?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1750079#M5460</link>
      <description>&lt;P&gt;With this I would tend to say that your sql-statement isn't really valid - maybe any quoting or commenting within it prevents that the ending semi-colon is treated as it. I assume that your statement isn't really just:&lt;/P&gt;&lt;P&gt;select * from table;&amp;nbsp;&lt;/P&gt;&lt;P&gt;else a bit larger. Just review it again - maybe reducing/removing some things to simplify the matter and after it you could extend the amount again.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 16:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1750079#M5460</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-06T16:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense does not recognize the end of sql statement?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1750218#M5461</link>
      <description>&lt;P&gt;Turns out you were on right track. The problem was a single quote mark in a row that was commented with -- notation, somehow that got Qlik all messed up. After removing it the query ran smoothly. Thanks for your tips.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 07:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-does-not-recognize-the-end-of-sql-statement/m-p/1750218#M5461</guid>
      <dc:creator>salmivaara</dc:creator>
      <dc:date>2020-10-07T07:01:16Z</dc:date>
    </item>
  </channel>
</rss>

