Coding Help

I

imin2genes

I have a db with ~22,500 gene ID entries. I would like to be able to input
groups of IDs from a list and limit the records to only the IDs on my list
and be able to modify the records I've retreived. I've been hitting
roadblocks with my current attempts. Any suggestions?

Thanks!
 
B

Bob Hairgrove

I have a db with ~22,500 gene ID entries. I would like to be able to input
groups of IDs from a list and limit the records to only the IDs on my list
and be able to modify the records I've retreived. I've been hitting
roadblocks with my current attempts. Any suggestions?

Thanks!

Check out the SQL "IN" clause.
 
Top