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...