码迷,mamicode.com
首页 > 其他好文 > 详细

mongo collection name—SyntaxError: identifier starts immediately after numeric literal

时间:2017-08-16 18:20:16      阅读:498      评论:0      收藏:0      [点我收藏+]

标签:cti   技术   images   prim   png   技术分享   log   mongo   star   

当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的数据类型

技术分享

 

mongo collection name—SyntaxError: identifier starts immediately after numeric literal

标签:cti   技术   images   prim   png   技术分享   log   mongo   star   

原文地址:http://www.cnblogs.com/geek-ace/p/7374615.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!