Viewing 3 posts - 1 through 3 (of 3 total)
I love this article, but I'm bothered by the following scenario...
declare @var varchar(7)
set @var = ''
select case when @var NOT LIKE '%[^0-9]%'
...
April 16, 2013 at 1:25 pm
#1607015
That is what i wanted to hear! Thanks!
July 29, 2009 at 11:23 am
#1031910
Hmmm. That sounds very promising. Thanks for the tip!
Mark
June 27, 2008 at 10:06 am
#835472