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