Hi to all.
I'm new to MySQL.
I'm using MySQL 3.23.51
Have a simple question:
How to find a data from one table which is not in another table.
for example I'm writing next statement:
SELECT * FROM table1 WHERE data1 NOT IN (SELECT data1 FROM table2)
when exwcutin it I get error:
"You have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.