The mysql sql like:select distinct methodName, sceneId, scene from log where conclusion = ‘true’ and methodName in ({})。
I want to group those attribute :methodName, sceneId, scene, but i learn loki has to use aggregate function(max_over_time, first_over_time) to group attribute。
so is there a way to group attribute straight?