Hi Folks,
I'm trying some character manipulation in SQL Server 2000.
Say we have a table data with a field data_text. In the data_text field we have data like
"How`s you then"
Can anyone let me now how I can update this text field so I can replace the ` with a '
I'm trying some character manipulation in SQL Server 2000.
Say we have a table data with a field data_text. In the data_text field we have data like
"How`s you then"
Can anyone let me now how I can update this text field so I can replace the ` with a '
Comment