I want to extract data from db according storing time. For example I have to show data per hour so i get data from current time to past one hour???
我想根据存储时间从db中提取数据。例如,我必须每小时显示数据,所以我从当前时间到过去一小时获取数据???
Thanks
1 个解决方案
#1
1
use > DATEADD(hh,-1, GETDATE()) in where condtion.
在condtion中使用> DATEADD(hh,-1,GETDATE())。
it will give last one hour data
它会给出最后一小时的数据
#1
1
use > DATEADD(hh,-1, GETDATE()) in where condtion.
在condtion中使用> DATEADD(hh,-1,GETDATE())。
it will give last one hour data
它会给出最后一小时的数据