Viewing 3 posts - 1 through 3 (of 3 total)
I didn't design the database, but unfortunately for whatever reason that is causing the headache here (at least for me) is that they use two identifiers! SN (student number)...
October 13, 2013 at 2:49 pm
#1658142
so if I union it separates the correct values in two rows....so how to sum the rows into one and display only one?
[p][/p]
DECLARE @ID INT = 4043300
SELECT
COUNT(CASE WHEN CRS.U1...
October 10, 2013 at 10:37 pm
#1657780
Got it thanks so much!!
September 29, 2013 at 10:47 am
#1654344