摘要: like 关键字 结合百分号% 实现 模糊查询 原本精确查询: 匹配 title 为 testadgddsdf 的数据 SELECT * FROM table WHERE title='testadgddsdf' 现在模糊查询: 匹配title 字段包以 tes 为起始的数据: SELECT * F 阅读全文
posted @ 2022-04-08 14:22 智商感人 阅读(560) 评论(0) 推荐(0)