tp的mongo模型多个OR查询

浏览:2047 发布日期:2014/03/28 分类:求助交流 关键字: mongo
请问在支持 select * from db where (a>1 or b<2 or c>3) and d>4

$where['a|b|c|d'] = array(); 实现不了哦,
最佳答案
评论( 相关
后面还有条评论,点击查看>>