Mongodb 插入int类型的值是 类型发生变化
ringa_lee
ringa_lee 2017-05-02 09:21:09
0
1
562

NumberLong(1),

NumberInt(1),

插入方法是一样的 为什么一个是64位 一个是32位
好像我查询的时候用(int)$value 查询不到这个64位的
如何能解决

ringa_lee
ringa_lee

ringa_lee

reply all(1)
巴扎黑

int and long are two different types in bson. If you use db.xxx.find({"value": 1}), you can find them both

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template