search

Home  >  Q&A  >  body text

Mongodb 插入int类型的值是 类型发生变化

NumberLong(1),

NumberInt(1),

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

ringa_leeringa_lee2788 days ago557

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-05-02 09:23:09

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

    reply
    0
  • Cancelreply