Viewing post 1 (of 1 total)
Strange:
I issue this
DECLARE @val CHAR(4)
If @val = NULL
select 'Yup1'
else
select 'Nop1'
SET @val = NULL
select...
December 15, 2002 at 7:45 pm
#444424