【发布时间】:2017-02-17 03:54:39
【问题描述】:
在 mongodDb shell 中运行时请帮助解决以下错误,谢谢,
> use mvp_demo
switched to db mvp_demo
> show collections;
1476851599865_IND_TRX
1476851599865_NIN_TRX
1476851599865_SWF_TRX
configuration
> db.1476851599865_IND_TRX.remove({})
2017-02-16T22:34:29.377-0500 E QUERY [thread1] SyntaxError: identifier starts immediately after numeric literal @(shell):1:2
【问题讨论】:
-
我认为集合名称无效,看看这个stackoverflow.com/questions/9868323/…