kaijianding commented on issue #5341: Get the maximum value along with 
timestamp in group by query.
URL: 
https://github.com/apache/incubator-druid/issues/5341#issuecomment-443492374
 
 
   @fanwu72 it sounds like :  select domain, max(val),max(__time) from tbl 
where domain in ('a.com', 'b.com') and __time >= 1517731200 and __time <= 
1517731200 and isp = 'dx' group by domain;

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to