This shows you the differences between two versions of the page.
— |
replace_newline_in_sql [2016/05/18 15:18] (current) mihael created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Replace newline in SQL ====== | ||
+ | replace(sourcestring, E'\n', ' ') | ||
+ | |||
+ | {{tag>sql}} |