select * from 表名 where or title '%的%' 这样能对吗? 不是要title like '%的%' 吗
select*from表名wheretitle'%的%'这样能对吗?不是要titlelike'%的%'吗...
select * from 表名 where title '%的%' 这样能对吗? 不是要title like '%的%' 吗
展开
展开全部
不对,like关键字不能少的
select * from 表名 where title like '%的%'
or是或者的意思,只有一个条件不需要or关键字
select * from 表名 where title like '%的%'
or是或者的意思,只有一个条件不需要or关键字
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
模糊查询 select * from 表名 where 字段 like '%的%'
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询