Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any string func similar to vfp's strtran?
Message
From
24/11/2000 22:36:13
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
 
 
To
20/11/2000 14:34:43
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00443782
Message ID:
00445318
Views:
13
you can use the REPLACE command for this

REPLACE('expresiónCadena1', 'expresiónCadena2', 'expresiónCadena3')

SELECT REPLACE('abcdefghicde','cde','xxx')

GO



Éste es el conjunto de resultados:

------------------------------------------------------------------------

abxxxfghixxx

(1 row(s) affected)
Fernando España
SQL Server Specialist
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform