select * from 表名 where ABS(datediff(mi,时间字段名,getdate()))=60
----如果现在时间比库里时间大60秒用
select * from 表名 where datediff(mi,时间字段名,getdate())=60
----如果现在时间比库里时间小60秒用
select * from 表名 where datediff(mi,时间字段名,getdate())=-60
时间对比 java 时间对比句子有哪些
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章