Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I remove carriage returns from a table
Message
From
26/04/2006 13:03:12
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01116681
Message ID:
01116753
Views:
20
Thanks Sergey, Kurt, Borislav

It was the linefeed I was looking at. Chr 10.

update landscapeplan set taxid = replace(REPLACE(taxid, char(10),''),char(13),'')

That update command cleaned everything right up.

Thanks guys for your help.

Quinn
Previous
Reply
Map
View

Click here to load this message in the networking platform