mysql模糊查询语句

select * from tbl_actor where first_char like 'p%' order by first_char;

原文地址:https://www.cnblogs.com/panxuejun/p/6140065.html