Posted by 'sean' on February 20, 2001 at 07:24:58 EST:
I need to run a 'nested ' query but can't get the syntax right. the query looks something like this:-
select (criteria) from
[select (criteria) from (tables) where (conditions)] where (conditions)
In other word a select query based on the results of another select query