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