mysql里如何查询与当前时间相差大于5秒的数据表: tbluser 时间字段 : lasttime [解决办法]不好意思,看错问题了。。 SELECT * FROM `tbluser` WHERE `lasttime` < SUBTIME(now(), '00:05 ');