<?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: Getting different No of Columns on same postgres cross join query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272740#M49933</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 believe you are trying to say row count is different when you run query (instead of difference in column count as mentioned in your above).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Did you print the data from both systems and try to check the output data? Also please check whether you are connecting to same DB.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 01:17:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-27T01:17:00Z</dc:date>
    <item>
      <title>Getting different No of Columns on same postgres cross join query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272739#M49932</link>
      <description>&lt;P&gt;I am trying to execute cross join query in tDbInput but it is showing different no of columns in output than the same query i executed in PgAdmin 4.&lt;/P&gt; 
&lt;P&gt;Query:-&lt;/P&gt; 
&lt;PRE&gt;select q.date,p.personid,p.timestamp,q.voucherno 
from person p 
cross join purchase q &lt;/PRE&gt; 
&lt;P&gt;Talend Output:-&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cross join.PNG" style="width: 547px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7nc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136371i17FC975251775703/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7nc.png" alt="0683p000009M7nc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;PgAdmin4 Output:-&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="query.PNG" style="width: 494px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8GE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135742i727C541F13745416/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8GE.png" alt="0683p000009M8GE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 09:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272739#M49932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-26T09:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting different No of Columns on same postgres cross join query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272740#M49933</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 believe you are trying to say row count is different when you run query (instead of difference in column count as mentioned in your above).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Did you print the data from both systems and try to check the output data? Also please check whether you are connecting to same DB.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 01:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272740#M49933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T01:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting different No of Columns on same postgres cross join query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272741#M49934</link>
      <description>&lt;P&gt;yes i wanted to say row count i checked both databases and schema as well. but still there is difference in rows when executing query in pgAdmin and in dbRow&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 08:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272741#M49934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-02T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting different No of Columns on same postgres cross join query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272742#M49935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Did you check the data for missing records? Are they having same primary key or are they having null values? Any patterns you could find from the data?&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>Mon, 02 Dec 2019 14:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-different-No-of-Columns-on-same-postgres-cross-join/m-p/2272742#M49935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-02T14:29:08Z</dc:date>
    </item>
  </channel>
</rss>

