How to compare int list to SQL subquery
Posted
by user204588
on Stack Overflow
See other posts from Stack Overflow
or by user204588
Published on 2010-06-08T02:40:13Z
Indexed on
2010/06/08
2:42 UTC
Read the original article
Hit count: 300
Hello,
Is there a way to compare a list of numbers to a SQL subquery
something like WHERE 9,10,11 = (SELECT tableID FROM ....)
© Stack Overflow or respective owner