I'm sure there probably is using replace() and the chr() functions.
something like
select replace(column,chr(13),'') from table
where 13 is the correct ascii number for a carriage return, it could be 11.
|
Results 1 to 10 of 10
Thread: carriage returnsThreaded View
|
Click Here to Expand Forum to Full Width |