Forum Replies Created

Viewing post 46 (of 46 total)

  • RE: SQL Query problem - Please Help

    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

    ...

Viewing post 46 (of 46 total)