4
Answers

How to fetch records which stored in last 5 minutes in sql server

Photo of Vikas Kumar

Vikas Kumar

4y
713
1
I have a table which stores temperature data from iot device in sql server. I need a stored procedures which return true if same temperature stored in last 5 minutes else false.

Answers (4)