Short Version of my problem:
======================
How do I do this query in MySQL 3.23.54?:
SELECT blah blah FROM table1 WHERE table1.row_id NOT IN (SELECT table2.row_id FROM table2 WHERE column = myVariable);
======================
Longer Version!:
I'm working on a form to modify course...
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.