update 表名set 字段名=replace(字段名,E'\r','') where 字段名 like E'%\r%';; 更改字段中包含某个字符为另一个字符,这里是把'\r'替换为空。 postgresql ...
確定! 回上一頁