摘要: IntroductionMongoDB offers a rich query environment with lots of features. This page lists some of those features.Queries in MongoDB are represented as JSON-style objects, very much like the documents we actually store in the database. For example:// i.e., select * from things where x=3 and y=" 阅读全文
posted @ 2011-08-18 14:30 现役程序员 阅读(3327) 评论(0) 推荐(0)