[Solved] How get data from database according to hour? [closed]


use > DATEADD(hh,-1, GETDATE()) in where condtion.

it will give last one hour data

solved How get data from database according to hour? [closed]