报错内容为:
[thread1] SyntaxError: identifier starts immediately after numeric literal @(shell):1:2
解决方案:
无解,建议重新进行数据库写入。
db["51job"].remove({})
WriteResult({ "nRemoved" : 343 })
db.createCollection("fiveoneJobII")
{ "ok" : 1 }
db.fiveoneJob.copyTo("fiveoneJobII")
WARNING: db.eval is deprecated
319