Hi,
Can some help me with the following problem I’m trying to create a query which gives me the Average for a day?
I created the next query, but it’s not reporting one Average value.
----------------------------
SELECT drive, round((cast((avg(sessions)) AS DECIMAL(10,0))),2) as 'conn', rate...