I am looking to remove carriage returns from a text field for 1800 records. I can find all rows that have carriage returns by the following query.
like '%' + Char(13) + '%'
But I need to know if there is a way to remove all the carriage returns and replace them permamently with a double space.
Help would be much appreaciated
N
like '%' + Char(13) + '%'
But I need to know if there is a way to remove all the carriage returns and replace them permamently with a double space.
Help would be much appreaciated
N