hi
i need to do a query something like:
select * from tabe where id = '1', or id = '2' or id = '3' etc. etc.
i have a list of id numbers that are not in sequence - is there an 'in' statement.. like where id in ('1','4','6','7') etc etc
thanks for any help
regards
Darren