I have been looking around and you would think this would work.
SELECT c.id, c.eventMonthDay, c.eventYear, c.title, c.location, c.ordering FROM calendar c WHERE c.id NOT IN (SELECT m.calendar_id FROM onlineReg_meet_info m) ORDER BY c.ordering ASC
But it doesn't. Any help?