mongodb数据如何生成Insert语句
短信预约 -IT技能 免费直播动态提醒
这篇文章主要介绍mongodb数据如何生成Insert语句,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
执行:
db.getCollection('cap.published').find({}).forEach(function(item){ print( 'db.getCollection("cap.published").insert(' + tojson(item) + ');' );});
返回结果:
db.getCollection("cap.published").insert({"_id" : NumberLong("1102078858484363264"),"Name" : "order.rabbitmq.mongodb","Content" : "{\"Id\":\"5c7b668a61ff69508c6804e4\",\"Timestamp\":\"2019-03-03T13:30:50.1988102+08:00\",\"Content\":\"2019/3/3 13:30:50\",\"CallbackName\":null}","Added" : ISODate("2019-03-03T05:30:50.151Z"),"ExpiresAt" : null,"Retries" : 0,"StatusName" : "Scheduled","Version" : "v1"});db.getCollection("cap.published").insert({"_id" : NumberLong("1102079247510253568"),"Name" : "order.rabbitmq.mongodb","Content" : "{\"Id\":\"5c7b66e661ff69508c6804e7\",\"Timestamp\":\"2019-03-03T13:32:22.9051009+08:00\",\"Content\":\"2019/3/3 13:32:22\",\"CallbackName\":null}","Added" : ISODate("2019-03-03T05:32:22.905Z"),"ExpiresAt" : null,"Retries" : 0,"StatusName" : "Scheduled","Version" : "v1"});db.getCollection("cap.published").insert({"_id" : NumberLong("1102080584656740352"),"Name" : "order.rabbitmq.mongodb","Content" : "{\"Id\":\"5c7b682561ff692e5cdee269\",\"Timestamp\":\"2019-03-03T13:37:41.9368025+08:00\",\"Content\":\"2019/3/3 13:37:41\",\"CallbackName\":null}","Added" : ISODate("2019-03-03T05:37:41.699Z"),"ExpiresAt" : null,"Retries" : 0,"StatusName" : "Scheduled","Version" : "v1"});db.getCollection("cap.published").insert({"_id" : NumberLong("1102081814329499648"),"Name" : "order.rabbitmq.mongodb","Content" : "{\"Id\":\"5c7b694a61ff69321cd19bc4\",\"Timestamp\":\"2019-03-03T13:42:34.933565+08:00\",\"Content\":\"2019/3/3 13:42:34\",\"CallbackName\":null}","Added" : ISODate("2019-03-03T05:42:34.879Z"),"ExpiresAt" : null,"Retries" : 0,"StatusName" : "Scheduled","Version" : "v1"});db.getCollection("cap.published").insert({"_id" : NumberLong("1102082932053180416"),"Name" : "order.rabbitmq.mongodb","Content" : "{\"Id\":\"5c7b6a5561ff692ef44a8c2b\",\"Timestamp\":\"2019-03-03T13:47:01.4290666+08:00\",\"Content\":\"2019/3/3 13:47:01\",\"CallbackName\":null}","Added" : ISODate("2019-03-03T05:47:01.366Z"),"ExpiresAt" : null,"Retries" : 0,"StatusName" : "Scheduled","Version" : "v1"});
以上是“mongodb数据如何生成Insert语句”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注编程网行业资讯频道!
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341