"SequoiaDB Giant Sequoia Database" remove() Overview 1

grammar

db.collectionspace.collection.remove([cond],[hint])

Delete records in the collection.

Parameter Description

Note:

  • The usage of parameter condand hintis the same as find() .

return value

  • The detailed result information (BSONObj object) is returned successfully, the structure is as follows:

    {
        DeletedNum : <INT64>  成功删除的记录数
    }

    Click on Jushan Database Documentation Center for more information

Guess you like

Origin blog.csdn.net/weixin_48909806/article/details/112945637