select * from tbl_actor where first_char like 'p%' order by first_char;
转载于:https://www.cnblogs.com/panxuejun/p/6140065.html