<?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: count distinct values in Oracle in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285579#M59201</link>
    <description>&lt;P&gt;You can use tOracleInput component with the following query:&lt;/P&gt;&lt;PRE&gt;select A, count (distinct B) countB from C group by A&lt;/PRE&gt;&lt;P&gt;You must a Talend schema with 2 fields for the&amp;nbsp;&lt;SPAN&gt;tOracleInput component:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- A, to get the value of A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- countB, to get the count of B for each A group&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Sep 2018 14:40:24 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-09-14T14:40:24Z</dc:date>
    <item>
      <title>count distinct values in Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285576#M59198</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;To count distinct value i used the component tAggregateRow but the volume of my table(11&amp;nbsp;millions) is huge so it takes a lot of time to finish the job.&lt;/P&gt;
&lt;P&gt;So I want to put the query&lt;/P&gt;
&lt;P&gt;"select A, count (distinct A) from C&lt;/P&gt;
&lt;P&gt;group by A" in talend.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any one could help me with this ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ledoan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285576#M59198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T14:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct values in Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285577#M59199</link>
      <description>&lt;PRE&gt;select count(*), A from C group by A&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285577#M59199</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-14T14:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct values in Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285578#M59200</link>
      <description>&lt;P&gt;Sorry, it has the error in my query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My query is&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Select A, count (distinct B) from C&lt;/P&gt;&lt;P&gt;group by A"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which&amp;nbsp;component that i can execute my query in talend&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285578#M59200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T14:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: count distinct values in Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285579#M59201</link>
      <description>&lt;P&gt;You can use tOracleInput component with the following query:&lt;/P&gt;&lt;PRE&gt;select A, count (distinct B) countB from C group by A&lt;/PRE&gt;&lt;P&gt;You must a Talend schema with 2 fields for the&amp;nbsp;&lt;SPAN&gt;tOracleInput component:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- A, to get the value of A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- countB, to get the count of B for each A group&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/count-distinct-values-in-Oracle/m-p/2285579#M59201</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-14T14:40:24Z</dc:date>
    </item>
  </channel>
</rss>

