Differences

This shows you the differences between two versions of the page.

Link to this comparison view

replace_newline_in_sql [2016/05/18 17:18]
replace_newline_in_sql [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Replace newline in SQL ======
  
 +  replace(sourcestring, E'\n', ' '
 +
 +{{tag>sql}}