0
請在mongodDb外殼,由於運行時,提示以下錯誤:幫助MongoDB的明確文件,在收集
> 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
我不認爲集合名稱是有效的,看看這個http://stackoverflow.com/questions/9868323/is-there-a-約會名稱收集在mongodb –