Viewing post 46 (of 46 total)
You would be much better off using an exists clause if you had a pk on the table.
i.e.
SELECT *
FROM t_retail a
WHERE EXISTS ( SELECT b.Pcde6P
...
May 8, 2003 at 10:02 am
#456553