select * from a where left(a.name, 1)='H'; 

select * from a where a.name REGEXP ''^(B|S)'';

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-12-19
  • 2021-10-27
  • 2022-12-23
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案