fx19880617 opened a new issue #5620: URL: https://github.com/apache/incubator-pinot/issues/5620
E.g. get timestamps ordered by metrics. ``` SELECT SecondsSinceEpoch FROM myTable WHERE SecondsSinceEpoch >= 1592438400 AND SecondsSinceEpoch < 1593043200 GROUP BY SecondsSinceEpoch ORDER BY COUNT(*) DESC LIMIT 1000 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
