Viewing post 1 (of 1 total)
DECLARE @x CHAR(1)
SET @x = CASE
WHEN @x = 'x' THEN 1
...
September 9, 2013 at 2:29 am
#1648465