MongoDB語法與MySql語法比較

MongoDB語法 MySql語法 db.test.find({'name':'foobar'}) <==> select * from test where name='foobar' db.test.find() <==> select * from test db.tes
相關文章
相關標籤/搜索