gdzie identyfikator jest na liście SQL
select * from table where id in (id1,id2.........long list)
Simone Corbelli
select * from table where id in (id1,id2.........long list)