admin管理员组

文章数量:1130349

当mongo collection的名字当中存在特殊字符时,在shell中对改集合进行操作会报SyntaxError: identifier starts immediately after numeric literal的错误。

解决办法:getCollection函数将collection name转换一下即可

例:

order_cluster:PRIMARY> db.getCollection("order_2017-08").find().count()
12991689

有些工具已经对此做出相应处理,如:MongoChef

注意选择value的数据类型

 

转载于:https://wwwblogs/geek-ace/p/7374615.html

当mongo collection的名字当中存在特殊字符时,在shell中对改集合进行操作会报SyntaxError: identifier starts immediately after numeric literal的错误。

解决办法:getCollection函数将collection name转换一下即可

例:

order_cluster:PRIMARY> db.getCollection("order_2017-08").find().count()
12991689

有些工具已经对此做出相应处理,如:MongoChef

注意选择value的数据类型

 

转载于:https://wwwblogs/geek-ace/p/7374615.html

本文标签: SyntaxErroridentifiermongoCollectionnumeric