SELECT * FROM your_table WHERE your_column LIKE '%' + CHAR(10) + '%'
SELECT * FROM your_table WHERE CHARINDEX(CHAR(10), your_column) > 0
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.