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