Viewing 2 posts - 1 through 2 (of 2 total)
Ok, i missed the variable name "@email".
I'm Sorry and, no, i didn't test it
August 22, 2014 at 4:27 am
#1740139
DECLARE @Email VARCHAR(100)
DECLARE @Email2 VARCHAR(100)
Set @email= 'helper@sql-server-helper.com'
set @email2='fff@dd.com, helper@sql-server-helper.com,vc@.com'
SELECT case when @email2 like '%' + @email1 +...
August 22, 2014 at 4:00 am
#1740125