first of all is this correct?
you are grouping
GROUP BY ts.productID, ts.sessionID, ts.trainingCatID, ts.sessionStartDate, ts.sessionEndDate, ts.officeID, tl.officeCity, tl.officeState, tr.module1, tr.module2, tr.module3, tr.module4, tr.module5
but not selecting all (actually, you should group if you use them in select)
anyway...
say your query is q, and you can use this...
Main Topics
Browse All Topics





by: samtran0331Posted on 2009-11-04 at 14:02:31ID: 25744467
Try adding the below to the end of your query...which should show only rows where the total is less than 60
Select allOpen in new window