MongoSQL 复制数据表报错

报错内容为:
[thread1] SyntaxError: identifier starts immediately after numeric literal @(shell):1:2

解决方案:

无解,建议重新进行数据库写入。

db["51job"].remove({})
WriteResult({ "nRemoved" : 343 })

db.createCollection("fiveoneJobII")

db.fiveoneJob.copyTo("fiveoneJobII")
WARNING: db.eval is deprecated
319

posted @ 2017-02-23 01:08  季文康  阅读(344)  评论(0编辑  收藏  举报