TP5多条件查询怎么写
查询条件:username=123或email=123或phone=3andpassword=456自己写了半天也没写出来,要求用TP5最简单的写法查询条件:userna...
查询条件:username=123 或 email=123 或 phone=3 and password=456
自己写了半天也没写出来,要求用TP5最简单的写法
查询条件:username=123 或 email=123 或 phone=123 AND password=456 展开
自己写了半天也没写出来,要求用TP5最简单的写法
查询条件:username=123 或 email=123 或 phone=123 AND password=456 展开
1个回答
2018-01-25
展开全部
可以这样写试试:
Db::table('user_table')->where('password','=','456')->where('username|email|phone','=','123')->find();
Db::table('user_table')->where('password','=','456')->where('username|email|phone','=','123')->find();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询