使用的函数REPLACE(str,from_str,to_str)sql
UPDATE bd_dispatch_center SET ORG_NAME = REPLACE (ORG_NAME, '—', '-') #替换ORG_NAME中的—替换成-