dongxiaoman commented on issue #6724: URL: https://github.com/apache/incubator-pinot/issues/6724#issuecomment-809597583
thanks for explaining; makes sense final statement is like below: ``` SELECT transaction_id, count(*) as cnt FROM point_transaction where created_at >=1616760000 and created_at < 1616846400 group by transaction_id having cnt > 1 order by cnt desc limit 400 ``` -- 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]
