When I try it, I get:
Server: Msg 195, Level 15, State 10, Line 3
'chr' is not a recognized function name.
Another way to find it is
select * from tablename
where columnname like '%
%'
The % are on different lines to capture the hard return. I need to replace the hard returns in my varchar column with a space. Any advice on doing that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.