Group by - notshi/dquery GitHub Wiki

When counting or adding up values, it is often neccesary to group columns with the same values.
Multiple column names are separated by a comma ,.

Examples

group by pid
group by xson->>'@role', xson->>'@type',