Viewing post 1 (of 1 total)
This query does the trick for me, since it allows me to
search for different iexpid values as well.
select id from x
where
(iacid = 1 and iexpid>=12)
or
(iacid =...
April 22, 2004 at 7:17 pm
#503927