/ Published in: SQL
Expand |
Embed | Plain Text
SELECT regexp_replace(text, '[\n\r]', ' ', 'g') FROM ...
You need to login to post a comment.
SELECT regexp_replace(text, '[\n\r]', ' ', 'g') FROM ...
You need to login to post a comment.