où ID est dans la liste SQL

select * from table where id in (id1,id2.........long list)
Simone Corbelli