具体请看如下链接里的内容:http://jingyan.baidu.com/article/456c463b61773f0a58314425.html
一个例子:【日程安排提前五分钟提醒 】
SQL: select * from 日程安排 where datediff('minute',开始时间,getdate())>5
具体请看如下链接里的内容:http://jingyan.baidu.com/article/456c463b61773f0a58314425.html
一个例子:【日程安排提前五分钟提醒 】
SQL: select * from 日程安排 where datediff('minute',开始时间,getdate())>5