select * from book where bookname like '%a%';是什么意思?为何检索结果包含 10 bookname软件测试及其案例分析... bookname软件测试及其案例分析 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 select book where bookname 意思 搜索资料 1个回答 #热议# 什么是淋病?哪些行为会感染淋病? 百度网友b1fa122 2016-12-24 · TA获得超过893个赞 知道大有可为答主 回答量:1059 采纳率:100% 帮助的人:1030万 我也去答题访问个人页 关注 展开全部 这个是模糊匹配查询,意思是从book表里查询出bookname里包含a字符串的记录 追问 可是为什么会查出bookname是‘软件测试及其案例分析’的记录? 本回答由网友推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2018-05-06 String sql="select * from book where name like '%'+?+'%'" 模糊查询 名字 这样写对吗 2 2011-04-27 condition = "select * from book where" +field+ "like '%" +keyWord+ "%'"; 这个select where 语句错误? 3 2016-02-04 select * from product where name like '%_%' escape '' 我想要查询name 中包含有_的应该怎么办? 10 2012-11-24 select * from student where name like '%[^ja,as,on]%' 这个是什么意思? 2 2011-11-02 用mysql 模糊查询,语句如下:、 $sql="select * from user where name like '[1-4]a'"; 2016-07-15 string SQL="select * from where "+searchtype+" like '%"+searchkey+"%' "; 是什么意思,解析希望详细点 6 2018-03-14 如何解决 select name from a where name like '%%' 当name 为null时,查询不到数据? 8 2018-05-02 select * from [dbo].[MemberInfo] where MName like '%刘%' and MPhone like '%23%' 1 更多类似问题 > 为你推荐: