mysql模糊查询语句

it2022-05-05  117

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

转载于:https://www.cnblogs.com/panxuejun/p/6140065.html

相关资源:mysql语句集合包括模糊查询索引函数

最新回复(0)