表 user 有个 date 字段 date类型
现在传入 一个 时间格式 “2010-8-1 00:00:00” 查询 date 在 此时间60分钟前之内的数据
[code="sql"]where mydate >= (时间 - 1/24) and mydate < 时间[/code]