# MongoDB和SQL语句对比
1 min read
MongoDB语法 MySql语法 db.test.find({'name':'foobar'}) <==> select * from test where name='foobar' db.test.find()...
MongoDB语法 MySql语法 db.test.find({'name':'foobar'}) <==> select * from test where name='foobar' db.test.find()...
https://me.csdn.net/qq_41470296...
https://www.cnblogs.com/kuaizifeng/p/8966705.html...
未测试: https://blog.csdn.net/u012751272/article/details/89197325...
precreate基本使用教程 http://www.360doc.com/content/20/0109/17/39318447_885252800.shtml...