blob: 8129767373baf76eea311c29ec694a2fc5d3d605 [file] [log] [blame]
select name, count(*)
from slices
where name LIKE "sys_%"
group by name