I am porting a project to MySql 4.0 and can't use the following query which is designed to return a list of options that have not been selected by a particular customer.
SELECT OptionID from OptionLookUp
WHERE NOT EXISTS
(SELECT *
FROM CustomerOptionsTable
WHERE...
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.