Hello Everyone ,
I am having trouble converting the below sql statement into alteryx workflow:
select distinct a,b,c,d,e,f,g
from xyz
where f contains "blabla'
groupby a,b,c
I am thinking to use summarize tool for group by ,unique tool for distinct and then do a join .The other option is to summarize all the columns in select statement. But iam not sure about either of them.
Can someone please help me out ? waiting for your suggestions and advise.
Thank You.