Hi All,
I am using Fixed Query as blow.
Select username from users where userid in (1,2,3,4,5,6);
Select username from users where userid in '[Param.1]'
I am setting Param.1 = 1,2,3,4,5,6 but it is not working.
Could you please help me to solve the issue?
Regards,
Sachin