方法)
  • 使用replace实现,直接使用update会报错
UPDATE titles_test
SET emp_no = REPLACE(emp_no, 10001, 10005)
WHERE id = 5;