my table's schema is something like
Table A
Id | val | updatedtime
Where updatedtime column is of the type Datetime,
I need to find all the records from db where the time difference between current time and updatedtime of the db is less than 5 min. I couldn't find any right approach on the internet