Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any string func similar to vfp's strtran?
Message
De
27/11/2000 09:30:09
 
 
À
24/11/2000 22:36:13
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00443782
Message ID:
00445642
Vues:
23
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform