#正则匹配
select * from t_authority where regexp_like(code, '^[a-z].*$');