search

Home  >  Q&A  >  body text

javascript - mongodb高级查询js

mongo数据表有一个字段regTime是一个时间戳 比如说现在我要查询大于9点的数据 我目前的思路是这样的 因为mongo是js终端嘛 不晓得有没有办法处理regTime 查询条件(伪代码)
new Date(regTime*1000).getHours()>9 望各位高手指点

伊谢尔伦伊谢尔伦2825 days ago294

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-10 15:14:45

    http://docs.mongodb.org/manual/reference/operator/query/where/

    reply
    0
  • Cancelreply