Hi am trying to run a simple query on a mysql database and it seems to bring my database server to its knees. I can not figure out why. I need help!
Below is my problem query:
SELECT scs.classNumber, l.locationID, c.courseID
FROM sunclassschedule scs, location l, course c
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.