Posts by Júnior Gonçalves • 1 point
1 post
-
-1
votes1
answer71
viewsQ: SQL group records by time
I have a table in Mysql that stores events by time with the following structure: id / num_veh / time I would like to create an SQL query that returns events in groups by time range . For example:…