这是查询:
mongoexport --host our.dbhost.com --port 27017 --username peter -p clark --collection sent_mails --db dbname --query '{trigger_id:ObjectId( "50c62e97b9fe6a000200000c"), updated_at: {$lt : ISODate("2013-02-28"), $gte : ISODate("2013-02-01") }}'
当我运行此命令时,我得到:
assertion: 10340 Failure parsing JSON string near: , updated_
有任何想法吗?(我想要与二月份更新的 trigger_id 匹配的所有记录。)