How do I execute a sql query with a set in the where clause, like
select * from mytable where id in (1,2,3)
I dont know how to put the "in (...)" part of the query.
Thanks in advance Joerg
Log in to post a comment.
How do I execute a sql query with a set in the where clause, like
select * from mytable where id in (1,2,3)
I dont know how to put the "in (...)" part of the query.