SAMS
Sep 2nd, 1999, 12:33 PM
Hi Guys,
Another question abt SQL, I got two tables and I wanted to find out who is in Q table and not in W table? So I used these code:
Select Name From q Minus Select Vendor From w
Error: Syntax error in From?
Please do correct me if my code is wrong.
Thks.
Another question abt SQL, I got two tables and I wanted to find out who is in Q table and not in W table? So I used these code:
Select Name From q Minus Select Vendor From w
Error: Syntax error in From?
Please do correct me if my code is wrong.
Thks.