如何根据小时从数据库中获取数据?

时间:2021-04-27 16:59:34

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

它会给出最后一小时的数据