Posts by Leandro K. • 1 point
1 post
-
0
votes0
answers30
viewsQ: How to return time in Mysql even without registration at that time
I need to group data in a 15-minute interval, giving me the total number of vehicles in a given date range. What I got so far was this query: SELECT Date_format(data_hora, "%y-%m-%d") AS dataFormat,…