Hi
is it possible to implement SQL IN clause using alteryx tool(s)?
for example,
select * from table1
where ID IN
('10','20','30')
if the number of values are less we can directly put those within the query of Input data node as above. But it's not feasible if there is couple of thousand records. Is there any alternate way to do this in alteryx?
thanks!