Hello,
I'm kind of new to mySQL but more used to Sybase/PHP
What is illegal about this query or can i not use combined query's in mySQL?
DELETE FROM manufacturers
WHERE manufacturers_i d NOT IN ( SELECT manufacturers_i d
FROM
products )
Kind Regards
Joost Wolthuis
I'm kind of new to mySQL but more used to Sybase/PHP
What is illegal about this query or can i not use combined query's in mySQL?
DELETE FROM manufacturers
WHERE manufacturers_i d NOT IN ( SELECT manufacturers_i d
FROM
products )
Kind Regards
Joost Wolthuis
Comment