强制大小写

select * from test where name like BINARY '%Adc%'

mysql替换字段

update test set name= REPLACE (name,'Abc','abc')

 

相关文章:

  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-07-28
  • 2022-12-23
  • 2021-12-02
  • 2022-01-28
相关资源
相似解决方案