mongo collection name—SyntaxError: identifier starts immediately after numeric literal
Posted geek_ace
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongo collection name—SyntaxError: identifier starts immediately after numeric literal相关的知识,希望对你有一定的参考价值。
当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的主要内容,如果未能解决你的问题,请参考以下文章
如何使用struct使用mongo-go-driver的更新功能
在 Phalcon\Mvc\Collection 中使用 mongo 运算符 $and