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 by schedule.* 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? ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings