I’m trying to do a GROUP BY with a parsed timestamp in Lenses. My example is:
SELECT MINUTE(_meta.timestamp) as min, count(*) as sum FROM mytopic GROUP BY min
But the GROUP BY only seems to show one result
I’m trying to do a GROUP BY with a parsed timestamp in Lenses. My example is:
SELECT MINUTE(_meta.timestamp) as min, count(*) as sum FROM mytopic GROUP BY min
But the GROUP BY only seems to show one result