Viewing post 1 (of 1 total)
When executing the query with adding the FULL JOIN with where clause like below -
SELECT Professor.Id AS [Professor.Id], Professor.ProfessorName,
CASE Professor.HasTenure WHEN 1 THEN...
September 18, 2012 at 2:47 am
#1538955