Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
T-SQL equivalent of StrTran()?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01545078
Message ID:
01545084
Views:
48
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform