Viewing 3 posts - 1 through 4 (of 4 total)
Oh, WOW! I guess before I had tried:
select count(*) from BLacklist
where CHARINDEX('crap1 or what ever crap they may send', BlackListResponse) > 0
but not the other way around!
Sweet!
Thanks for...
March 13, 2006 at 5:48 pm
Well this was closer (and thanks for your help!) but still this has its own problems. For example this still returns one row if the string was 'carry was playful'...
March 13, 2006 at 5:06 pm
I should also note that I have tried using padindex/charindex but this still doesn't help much...
Example:
select count(*) from BLacklist
where CHARINDEX('crap', BlackListResponse) > 0
does return a value
select count(*) from...
March 13, 2006 at 1:47 pm
Viewing 3 posts - 1 through 4 (of 4 total)