<?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: Need clarification on qlikview drop table statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503023#M692637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SQL statement string ends with the semi-colon ';'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 09:30:50 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-09-10T09:30:50Z</dc:date>
    <item>
      <title>Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503022#M692636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a script like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect&amp;nbsp; to database (Oracle)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;Select * from dual;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TEST;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how qlikview differentiates the drop table statement is a qlikview one but not a oracle statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for all your replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503022#M692636</guid>
      <dc:creator />
      <dc:date>2013-09-10T09:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503023#M692637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SQL statement string ends with the semi-colon ';'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503023#M692637</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-10T09:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503024#M692638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the contents of the SQL statement get passed to the DB server (ie up to the ; ), so the drop table is executed by QV, not the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503024#M692638</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-09-10T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503025#M692639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i tried like this and it gave me the explain plan. So does that mean&amp;nbsp; qilkview ends the DB script immediately after first occuring SELECT statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect&amp;nbsp; to database (Oracle)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;explain&amp;nbsp; plan for Select * from dual;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from table(dbms_xplan.display);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TEST;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503025#M692639</guid>
      <dc:creator />
      <dc:date>2013-09-10T09:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503026#M692640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Up to the semicolon. You would need two SQL statements to send two queries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503026#M692640</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-09-10T09:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503027#M692641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. But it gave me with single SQL statement .Thats were i got confused.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503027#M692641</guid>
      <dc:creator />
      <dc:date>2013-09-10T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503028#M692642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can think of an implicite SQL before your SELECT (SQL in front of SELECT is optional, both versions are valid syntax). So you have two SQL statements, both ended with a semi-colon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503028#M692642</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-10T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need clarification on qlikview drop table statement</title>
      <link>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503029#M692643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you swuehl. I never knew that. That answers my question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-clarification-on-qlikview-drop-table-statement/m-p/503029#M692643</guid>
      <dc:creator />
      <dc:date>2013-09-10T09:53:02Z</dc:date>
    </item>
  </channel>
</rss>

