SQL查询以某个字母开头时间:2025-04-21 17:19:58select * from a where left(, 1)='H'; 或 select * from a where REGEXP ''^(B|S)'';