SQL query for a carriage return in a string and ultimately removing carriage return
I have some data in a table and there are some carriage returns in places where I
this works: select * from table where column like '%(hit enter)%'
Ignore the brackets and hit enter to introduce new line.