Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
T-SQL equivalent of StrTran()?
Message
 
 
To
01/06/2012 13:22:44
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01545078
Message ID:
01545094
Views:
31
>>>>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.
>>>
>>>See REPLACE function in BOL
>>>
>>>select replace (@cString, '&' + 'amp;', '&' )
>>
>>Thank you.
>
>Dmitry,
>
>Here are all the TSQL string functions. My usual starting point...
>
>http://msdn.microsoft.com/en-us/library/ms181984(v=sql.105).aspx

Thank you very much. Very helpful page.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform