Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SPLIT /Merge
Message
From
03/05/2005 23:31:12
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
01010062
Message ID:
01010665
Views:
25
This is your reply serg. And it works for me.The other message were just idea where I use this code. thank serg.
DECLARE @str varchar(16), @i int
SET @str = 'DEMO'
SET @i = 1
WHILE (@i <= DATALENGTH(@str))  BEGIN
	PRINT SUBSTRING(@str, @i,1)
	SET @i = @i + 1
END
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform