blob: 36e3922055c8bc41d9f2f33b6f2185adae79c4c2 [file]
select t.gbyi, count(t.id) countid from `complex.json` t group by t.gbyi having count(t.id) > 6666 order by count(t.id);