收藏
回答

where最多支持多少个条件查询?

云数据库使用where多条件查询时,貌似只能支持两个条件,如果需要查询符合三个以上条件的记录时用什么方法?

回答关注问题邀请回答
收藏

1 个回答

  • brave
    brave
    2022-04-14

    哪里说了只支持两个?

    2022-04-14
    有用 2
    回复 1
    • Иóngォ$õng
      Иóngォ$õng
      2022-04-16
      db.collection(''MyBD").where({ 
            myday:  myday,
            myname: myname,
           hometown: hometown
            })
          .get()
          .then(res => {
            console.log(res.data)}


      这样写对不对?为啥返回都是空的
      2022-04-16
      回复
登录 后发表内容