Viewing 2 posts - 1 through 2 (of 2 total)
This query will do the trick.
Thanks all for your help.
SELECT *
FROM wellprod t1
WHERE EXISTS
(
SELECT 1
FROM
...
April 3, 2002 at 11:35 am
#426554
Here is some sample data. The records with the "*" at the end are the ones I want the query to return. (ie. the first 3 records, if...
April 3, 2002 at 9:21 am
#426542