Viewing 2 posts - 1 through 2 (of 2 total)
Hi all,
I also had a problem with using var in "IN" clause...
but for case that you describing you can try something like this
select * from sometable
where userid in (select userid...
July 30, 2004 at 2:42 pm
#517101
You can check this site http://www.cizer.com/
May 10, 2004 at 7:56 am
#505793