<?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: Difference between SQL Select and LOAD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-SQL-Select-and-LOAD/m-p/667969#M672850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select is actual what we are fetch data&amp;nbsp; from the database or from any other source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not use any function when we are using&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use function to transform the data you need to use LOAD. ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #ff0000;"&gt;&lt;STRONG&gt;2.........&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load is always load column from preloaded table i.e. SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;3............&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you can use multiple load for one SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load c1,c4 as c5,*;&lt;/P&gt;&lt;P&gt;load c1, c2 as c4;&lt;/P&gt;&lt;P&gt;select c1,c2,c3 from XXX;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2014 11:52:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-10T11:52:40Z</dc:date>
    <item>
      <title>Difference between SQL Select and LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SQL-Select-and-LOAD/m-p/667968#M672849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a difference between using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ... ;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM. Table ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; when extracting data from a database ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 11:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SQL-Select-and-LOAD/m-p/667968#M672849</guid>
      <dc:creator />
      <dc:date>2014-09-10T11:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SQL Select and LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SQL-Select-and-LOAD/m-p/667969#M672850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select is actual what we are fetch data&amp;nbsp; from the database or from any other source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not use any function when we are using&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use function to transform the data you need to use LOAD. ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #ff0000;"&gt;&lt;STRONG&gt;2.........&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load is always load column from preloaded table i.e. SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;3............&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you can use multiple load for one SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load c1,c4 as c5,*;&lt;/P&gt;&lt;P&gt;load c1, c2 as c4;&lt;/P&gt;&lt;P&gt;select c1,c2,c3 from XXX;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 11:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SQL-Select-and-LOAD/m-p/667969#M672850</guid>
      <dc:creator />
      <dc:date>2014-09-10T11:52:40Z</dc:date>
    </item>
  </channel>
</rss>

