select * from SchoolSemesters where SchoolID = '1' and GraduationStamp > 1756667997 and SchoolSemesters.Archived != 'yes' order by GraduationStamp asc







select * from SchoolOfMinistryClasses, Users, SchoolOfMinistryDates where SchoolOfMinistryClasses.ClassID = SchoolOfMinistryDates.ClassID and Publish = 'yes' and Users.UserID = SchoolOfMinistryDates.SpeakerID and SchoolOfMinistryClasses.SchoolID = '1' and SemesterID = '24' group by SchoolOfMinistryClasses.ClassID order by SchoolOfMinistryClasses.ClassID asc
More Details
More Details