I have been trying to remove all newlines from a table column and replace with spaces. ... select regexp_replace(column, '\r\n?|\n',' '). select replace ...
確定! 回上一頁