2018年3月21日

MongoDB简单查询语句

摘要: 左边是mongodb查询语句,右边是sql语句。对照着用,挺方便。 db.users.find() select * from users db.users.find({"age" : 27}) select * from users where age = 27 db.users.find({"u 阅读全文

posted @ 2018-03-21 22:12 Frank- 阅读(10835) 评论(0) 推荐(1)

导航