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.