mysql度字段模糊查询

来源:互联网 发布:php空间 编辑:程序博客网 时间:2024/06/10 03:28
SELECT * FROM `categoryfile` WHERE CONCAT(`name`,`suffix`) LIKE '%dll%';
1 0