how about
select t1.id from t1, t2 where t1.id = t2.id and
t2.id = x |
- Re: [SQL] Help with multistage query Russell Simpkins
- Re: [SQL] Help with multistage query Matt Emmerton
- Re: [SQL] Help with multistage query Jim C. Nasby
how about
select t1.id from t1, t2 where t1.id = t2.id and
t2.id = x |