24.aggr.mql 80 B

1234567
  1. select count(*) from /test/collect group by v_list
  2. /**
  3. output()
  4. count(3)
  5. **/
  6. ;