I've been trying to figure out how to do the following:
Select schedule.* from schedule join meetingday on schedule.id = meetingday.scheduleid where sessionnumber = 165 group
byschedule.* order by min(meetingday.date);
Is this possible in any way, or do I need to list each field of the schedule table to get all of them?