You can try this,
TABLE Type, rows.tags
FROM ""
WHERE Type
GROUP BY Type
The docs explain how this works better than I can.
You can try this,
TABLE Type, rows.tags
FROM ""
WHERE Type
GROUP BY Type
The docs explain how this works better than I can.