I want to know how many records are inserted in a table, each X minutes.
My table has a structure like this:
ID ; Date (a DateTime field) ; Others fields
So, for instance, how can I get how many records are inserted each 5 minutes, starting from a date( 2022-08-04, time : 08:00:00) ?
Thanks