Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SPLIT /Merge
Message
De
03/05/2005 23:31:12
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
01010062
Message ID:
01010665
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform