diwakarv123 opened a new issue, #15718:
URL: https://github.com/apache/druid/issues/15718

   How to achieve occurrence COUNT and totalcount in same row of query results
   
   example data table with columns id, firstname:
   id,firstname
   111,aaa
   222,bbb
   333,ccc,
   444,aaa
   555,bbb
   
   i want results like using query in druid like below using group by
   
   aaa, 2, 5  -- name, numberofoccurances and totalcount of rows
   bbb, 2, 5
   ccc,1,5
    


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to