If you want to replace all dollar signs, use this: update test1 set name = replace(name, '$', '');. If you want to replace the $ only at the ...
確定! 回上一頁