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