thanks to this other thread, I know have this second query with the total duration:
(so it’s all good)
TABLE
sum(rows.duration.seconds) AS "Total"
FROM "FOLDER"
WHERE duration !=null
GROUP BY true
thanks to this other thread, I know have this second query with the total duration:
(so it’s all good)
TABLE
sum(rows.duration.seconds) AS "Total"
FROM "FOLDER"
WHERE duration !=null
GROUP BY true