That looks like it'll work just great but my original query was slightly more complex than I let on. There should also be a WHERE clause in the nested SELECT i.e.
SELECT course.grade, course.subject, quiz.id, quiz.unit, quiz.name
FROM course_student
INNER JOIN course ON...
I can't get the following query to work in mySQL. From what I've read I understood that it was a valid query. It's got nothing to do with the table/column names cause all the parts work fine on their own. If this IN syntax is not supported in mySQL, is there another way to do this?
Thx.
SELECT...
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.