标签:ons mys god date row nbsp mongo remove ble
MySQL MongoDB
DB DB
table Collections
row Documents
column Field
增
db.tables.insert({})
删
db.tables.remove({})
db.tables.drop({})
改
db.tables.update({},{})
查
db.tables.find({})
标签:ons mys god date row nbsp mongo remove ble
原文地址:https://www.cnblogs.com/Lucifer77/p/10658814.html