1 update base_problem set uuid=replace(uuid(),'-','');
2 update base_problem set uuid = UUID() where uuid =uuid;
3 update base_problem set uuid = REPLACE(uuid,'-','');

 

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2021-04-30
  • 2021-12-01
  • 2021-11-13
  • 2021-11-03
  • 2021-11-03
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-11-03
相关资源
相似解决方案