Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Parser of new line Tab GO within string fail
Message
 
 
To
25/10/2004 11:16:09
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00953766
Message ID:
00954308
Views:
17
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform