提交 354201af 编写于 作者: 雪洛's avatar 雪洛

docs: uniCloud database

上级 f11c8a77
...@@ -434,7 +434,7 @@ let res = await db.collection('goods').where({ ...@@ -434,7 +434,7 @@ let res = await db.collection('goods').where({
```js ```js
const dbCmd = db.command const dbCmd = db.command
let res = await db.collection('goods').where({ let res = await db.collection('goods').where({
_db: dbCmd.exists(true) _id: dbCmd.exists(true)
}).count() }).count()
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册