Viewing post 1 (of 1 total)
Thanks for the help guys.....I ultimately came up producing the following code from your help:
SELECT RTRIM(a.name_last) + ', '+ RTRIM(a.name_first) + ' (' + RTRIM(a.user_login) + ')' AS student_name,
CASE
WHEN...
July 18, 2007 at 1:32 pm
#720512