Joerg Beyer - 2007-12-27

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