davidchardonnet
Programmer
Hello everybody,
I would like to perform a query like:
SELECT a FROM T1
MINUS
SELECT b FROM T2
I used this syntax correctly on Oracle, but the Jet SQL engine seems to reject it. Does anybody knows a turnaround for this question?
Thank you for your answers
David
I would like to perform a query like:
SELECT a FROM T1
MINUS
SELECT b FROM T2
I used this syntax correctly on Oracle, but the Jet SQL engine seems to reject it. Does anybody knows a turnaround for this question?
Thank you for your answers
David