Hi, I am new to SQL and just trying to self teach myself... I have written the below script and I am recieving an error. If anyone could help this would be much appreciated...
SELECT
(CASE WHEN SL_PL_NL_DETAIL.DET_NOMINALCR = NULL THEN SL_PL_NL_DETAIL.DET_NOMINALDR
ELSE SL_PL_NL_DETAIL.DET_NOMINALDR = NULL THEN
SL_PL_NL_DETAIL.DET_NOMINALCR END)]