Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange characters
Message
 
À
16/03/2010 07:00:21
Neil Mc Donald
Cencom Systems P/L
The Sun, Australie
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01454718
Message ID:
01454722
Vues:
40
Hi Neil, I take it you meant char(10) not chr(10) ? Anyway what I did was this
update mytable
set myfield = replace(replace(myfield,char(10),''),char(13),'')
thanks for pointing me in the right direction - it worked a treat.
Regards,
Peter J. Kane



Pete
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform