Viewing 2 posts - 1 through 3 (of 3 total)
Hi,
declare @a varchar(50), @b-2 varchar(50)
Set @a = '01008,03072,0045,R,,,,,,,,,-17'
Set @b-2 = replace(@a, ',,', '')
I have run it is returning single comma (,). In between 'R' and '-17' have odd numer...
February 26, 2010 at 6:55 am
#1125546
-> Procedure 'Go' will create with alter and and drop statement.
-> In the last statement procedure will execute.
-> Execution step :
i) procedure is altered in order...
March 16, 2009 at 3:27 am
#960089