Say I have a table with a couple of hundred records in it.
I only want to return records 1, 3, 7, 10, 14, 20, 89 etc etc....
I would assume(wrongly) that the syntax would be the following -
select * from table where field = 1, 3, 7, 10.......etc
Can someone point me in the right direction?
Thanks,
Paul
I only want to return records 1, 3, 7, 10, 14, 20, 89 etc etc....
I would assume(wrongly) that the syntax would be the following -
select * from table where field = 1, 3, 7, 10.......etc
Can someone point me in the right direction?
Thanks,
Paul