Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use GROUP BY value(column name) in talend?

Hi,

How to use GROUP BY value(column name) in talend?
Labels (2)
11 Replies
Anonymous
Not applicable
Author

how to group the column in talend
Anonymous
Not applicable
Author

Hello,
myInout is MysqlTable 
select count(*), f_input,f_output from tab_fmail group by f_output , f_input,time

myOutput is also MysqlTable 
any suggestions please ?