<?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: Schema Different from Query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294181#M67082</link>
    <description>&lt;P&gt;Since, there are 3 columns in your select statement, you need to define 3 columns in tMySQLInput schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Sep 2020 10:29:50 GMT</pubDate>
    <dc:creator>vramarcadia</dc:creator>
    <dc:date>2020-09-13T10:29:50Z</dc:date>
    <item>
      <title>Schema Different from Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294177#M67078</link>
      <description>Sirs,&lt;BR /&gt;I have the simple need to translate some columns from a table with 7 columns to a table with 3 columns using the rule below...&lt;BR /&gt;SELECT 	CONCAT(DATE(date),' ',HOUR(date),':00:00'),&lt;BR /&gt;			COUNT(transaction),&lt;BR /&gt;			operstatus_ID&lt;BR /&gt;FROM 		transactiontable&lt;BR /&gt;GROUP BY 	DATE(date), HOUR(date), operstatus_ID&lt;BR /&gt;ORDER BY 	DATE(date), HOUR(date), operstatus_ID&lt;BR /&gt;But I couldn`t do it with success until now... Putting this query in the properties of the component tMySQLInput, I receive that: schema is different from query. The 'Guess Schema' button doesn`t work.&lt;BR /&gt;Someone can help me in the creation of my schema?&lt;BR /&gt;Lot of thanks.</description>
      <pubDate>Sat, 16 Nov 2024 13:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294177#M67078</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Different from Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294178#M67079</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;chema is different from query.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;You query more or less coulmns than columns defined on schema, eg you query 4 fields, but there are only 3 fields on schema. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;The 'Guess Schema' button doesn`t work.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The 'guess schema' works with a standard query. for example: 
&lt;BR /&gt;"select person.id, person.name from person" 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 11 May 2009 06:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294178#M67079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-11T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Different from Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294179#M67080</link>
      <description>Thank you Shong!
&lt;BR /&gt;But... and how I should made this work? Which components? Which procedure?</description>
      <pubDate>Tue, 12 May 2009 15:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294179#M67080</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-05-12T15:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Different from Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294180#M67081</link>
      <description>Hello
&lt;BR /&gt;In you case, you need define three columns.
&lt;BR /&gt;date
&lt;BR /&gt;count
&lt;BR /&gt;operstatus_ID
&lt;BR /&gt;please see my screenshot.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 13 May 2009 07:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294180#M67081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Different from Query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294181#M67082</link>
      <description>&lt;P&gt;Since, there are 3 columns in your select statement, you need to define 3 columns in tMySQLInput schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 10:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Different-from-Query/m-p/2294181#M67082</guid>
      <dc:creator>vramarcadia</dc:creator>
      <dc:date>2020-09-13T10:29:50Z</dc:date>
    </item>
  </channel>
</rss>

