摘要: mysql模糊查询like的用法 查询user表中姓名中有“王”字的: select * from user where name like '%王%' mysql模糊查询not like的用法 查询user表中姓名中没有“王”字的: select * from user where name no 阅读全文
posted @ 2017-11-01 10:34 php-newbie-xh 阅读(83895) 评论(0) 推荐(5) 编辑