Hi everyone. I have an issue with timestamps. Reading other issues (i.e. #388) I figured that TIMESTAMPTZ would solve it, and it does. But I still want to understand why I get an unexpected result ...
SELECT SUM(CPU_PCT)/COUNT(*) AS CPU, HOST FROM KS_METRICS_JAVA WINDOW TUMBLING (SIZE 10 SECOND) GROUP BY HOST; I want to add a timestamp column with the window ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results