Getting BSON type of document field stored in MongoDB at mongo shell

前端 未结 0 1860
太阳男子
太阳男子 2021-01-20 00:00

I have two documents in my MongoDB database. They are (simplified):

{
    "_id" : "ONE",
    "items: [
        42,
        0
    ]
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题