Calculate an average - calculer une moyenne

bonjour,

je cherche un moyen de faire une moyenne horaire

Hello

I’m looking for a way to make an hourly average

je compte le nombre d’entrées dans une table sql et et j’aurais aimé connaitre la moyenne par heure

I count the number of entries in a sql table and and I would have liked to know the average per hour

merci

Hi @ba971jmd,

I believe if you change your GROUP BY query from $__interval to 1h, then you should get the result that you want.

for example:

time(1h, none)