Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
T-SQL equivalent of StrTran()?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01545078
Message ID:
01545084
Vues:
49
>Is there a function in SQL Server that works like STRTRAN in VFP? I have the following line in VFP that I need to convert to T-SQL:
>
>
>cString = STRTRAN( cString, '&' + 'amp;', '&' )
>
>
>Any suggestions on how to do it? TIA.
REPLACE()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform