Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any string func similar to vfp's strtran?
Message
From
27/11/2000 09:30:09
 
 
To
24/11/2000 22:36:13
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00443782
Message ID:
00445642
Views:
16
Thanks Fernando,

I failed to mention I was working with SQL Server 6.5 which does not appear to support this command.

-Isaac

>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform