<?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 [42000] Incorrect syntax near '*' in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505781#M104039</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I believe your SELECT statement is missing the closing semicolon. I'm surprised that the previous data extraction worked without the semicolon - it shouldn't work.&lt;/P&gt;
&lt;P&gt;Also, I'd place the table name&amp;nbsp;&lt;SPAN&gt;[DE01_SFA1_PseudoNIO_Transformed]: before the preceding load - if nothing else, for a good logical view. The preceding load that does no transformations at all, is redundant. You can safely remove the statement and declutter the view.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt;  &lt;!-- Toolbar --&gt;  &lt;!--
        Site Menu
    --&gt;  &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;    &lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
    <pubDate>Thu, 13 Feb 2025 15:32:44 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2025-02-13T15:32:44Z</dc:date>
    <item>
      <title>ERROR [42000] Incorrect syntax near '*'</title>
      <link>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505778#M104038</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;
&lt;P&gt;I'm trying to extract data from MS SQL Server with data editor and following script:&lt;/P&gt;
&lt;P&gt;LOAD *;&lt;BR /&gt;&lt;U&gt;[DE01_SFA1_CarrierUsage]:&lt;/U&gt;&lt;BR /&gt;SELECT*&lt;BR /&gt;FROM DataMart.dbo."DE01_SFA1_CarrierUsage"&lt;/P&gt;
&lt;P&gt;STORE * FROM [DE01_SFA1_CarrierUsage] INTO $(v10_DatenExtraktion)/$(vFolder)/DE01_SFA1_CarrierUsage.QVD;&lt;/P&gt;
&lt;P&gt;Error message is:&lt;/P&gt;
&lt;P&gt;ScriptErrorDetails: ERROR [42000] Incorrect syntax near '*'.,&lt;/P&gt;
&lt;P&gt;ScriptErrorList: Files has wrong format&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Debugger has red marked the underlined line above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previous data extraction with following script works - I do not understand the problem.&lt;/P&gt;
&lt;P&gt;LOAD *;&lt;BR /&gt;[DE01_SFA1_PseudoNIO_Transformed]:&lt;BR /&gt;SELECT*&lt;BR /&gt;FROM DataMart.dbo."DE01_SFA1_PseudoNIO_Transformed"&lt;/P&gt;
&lt;P&gt;STORE * FROM [DE01_SFA1_PseudoNIO_Transformed] INTO $(v10_DatenExtraktion)/$(vFolder)/DE01_SFA1_PseudoNIO_Transformed.QVD;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anybody who can support, thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt; &lt;!-- Toolbar --&gt;&lt;!--
        Site Menu
    --&gt; &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;&lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt;  &lt;!-- Toolbar --&gt;
&lt;ASIDE id="ae_toolbar" tabindex="0" aria-label="Accessibility options"&gt;&lt;/ASIDE&gt;
&lt;!--
        Site Menu
    --&gt;  &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;    &lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
      <pubDate>Thu, 13 Feb 2025 15:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505778#M104038</guid>
      <dc:creator>Silvio</dc:creator>
      <dc:date>2025-02-13T15:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR [42000] Incorrect syntax near '*'</title>
      <link>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505781#M104039</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I believe your SELECT statement is missing the closing semicolon. I'm surprised that the previous data extraction worked without the semicolon - it shouldn't work.&lt;/P&gt;
&lt;P&gt;Also, I'd place the table name&amp;nbsp;&lt;SPAN&gt;[DE01_SFA1_PseudoNIO_Transformed]: before the preceding load - if nothing else, for a good logical view. The preceding load that does no transformations at all, is redundant. You can safely remove the statement and declutter the view.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt;  &lt;!-- Toolbar --&gt;  &lt;!--
        Site Menu
    --&gt;  &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;    &lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
      <pubDate>Thu, 13 Feb 2025 15:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505781#M104039</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2025-02-13T15:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR [42000] Incorrect syntax near '*'</title>
      <link>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505794#M104046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/320679"&gt;@Silvio&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Try the code below. My changes are in bold:&lt;/P&gt;
&lt;PRE&gt;[DE01_SFA1_CarrierUsage]:
SELECT *
FROM DataMart.dbo."DE01_SFA1_CarrierUsage"
&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;BR /&gt;
STORE &lt;STRONG&gt;[DE01_SFA1_CarrierUsage]&lt;/STRONG&gt; INTO &lt;STRONG&gt;[&lt;/STRONG&gt;$(v10_DatenExtraktion)/$(vFolder)/DE01_SFA1_CarrierUsage.QVD&lt;STRONG&gt;](qvd)&lt;/STRONG&gt;;&lt;/PRE&gt;
&lt;P&gt;Note: you don't need that&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;LOAD *;&lt;/STRONG&gt; at the beginning of the code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 16:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505794#M104046</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-02-13T16:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR [42000] Incorrect syntax near '*'</title>
      <link>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505871#M104053</link>
      <description>&lt;P&gt;Thank you Mark! It works now.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Silvio&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 06:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ERROR-42000-Incorrect-syntax-near/m-p/2505871#M104053</guid>
      <dc:creator>Silvio</dc:creator>
      <dc:date>2025-02-14T06:34:41Z</dc:date>
    </item>
  </channel>
</rss>

