Hi,

I have a query problem. I want to make a query....

SELECT    *
FROM table1
INNER JOIN table2 ON table1.id NOT IN table2.id

But I can't use the "NOT IN" expression here.

What can i do?

I have the MySQL version 4.x I can't use subquery :(


Thank you in advanced,


Zoli

Reply via email to