Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: Parser of new line Tab GO within string fail
Message
 
 
À
25/10/2004 11:16:09
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00953766
Message ID:
00954308
Vues:
18
>Hi Sergey,
>you have to put a literal CHR(13) into the string:
>
>SELECT *, ASCII(SUBSTRING(col1,3,1))
>FROM ( SELECT 'b\
>u' AS col1,
>		LEN('b\
>u')  AS col2) dt1
>
>
Hi Fabio,

You can download SQL Server 2005 Express Edition Beta 2 from http://lab.msdn.microsoft.com/express/sql/ and check whatever you want.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform