<?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: How to use Talend Keyword in select Query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264851#M44573</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without changing the column name in the table(Should not change), Need to handle this inside the tDbInput component. Can anybody help on this.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 18:32:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-26T18:32:42Z</dc:date>
    <item>
      <title>How to use Talend Keyword in select Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264848#M44570</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope you are doing good,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have been facing some problem while querying my table from tDBInput component,&lt;/P&gt; 
&lt;P&gt;Actually my table has the Column name as "DATETIME"&amp;nbsp; when i try to query (Select DATETIME from tablename) the table, i was getting the error like&amp;nbsp;java.sql.SQLSyntaxErrorException: ORA-00936: missing expression. Is there any possibilities to escape the/use talend keyword in query?&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"SELECT&lt;BR /&gt;"+context.DB_Schema+".MYTABLE.\"DATETIME \"&lt;BR /&gt;FROM "+context.DB_Schema+".MYTABLE"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;then I tried below( this also getting&amp;nbsp; error)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"SELECT&lt;BR /&gt;"+"\"DATETIME\""+" FROM MYTABLE"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264848#M44570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Keyword in select Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264849#M44571</link>
      <description>I'm afraid that DATETIME is an Oracle SQL reserved word.</description>
      <pubDate>Thu, 26 Sep 2019 14:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264849#M44571</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-09-26T14:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Keyword in select Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264850#M44572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I agree with TRF. DATETIME is a reserved keyword and ideally we should not use these keywords while creating column names. Please refer the Oracle documentation below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.oracle.com/cd/E17952_01/mysql-5.1-en/datetime.html#targetText=The%20supported%20range%20is%20'1000,23%3A59%3A59'%20." target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/cd/E17952_01/mysql-5.1-en/datetime.html#targetText=The%20supported%20range%20is%20'1000,23%3A59%3A59'%20.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; The right approach will be to choose another name for your column which will not conflict with keyword settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264850#M44572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-26T18:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Keyword in select Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264851#M44573</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without changing the column name in the table(Should not change), Need to handle this inside the tDbInput component. Can anybody help on this.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264851#M44573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-26T18:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Keyword in select Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264852#M44574</link>
      <description>&lt;P&gt;Hi Vignesh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Its an Oracle DB error. Could you please check whether the query is working from SQL Prompt or Oracle SQL Assistant?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264852#M44574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-26T18:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Keyword in select Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264853#M44575</link>
      <description>&lt;P&gt;yes the query is perfectly working sql prompt.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Select DATETIME from tablename;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;listing the result correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 06:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Keyword-in-select-Query/m-p/2264853#M44575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-27T06:11:22Z</dc:date>
    </item>
  </channel>
</rss>

