Files

4 lines
83 B
SQL

SELECT COUNT(*) AS count
FROM events
WHERE type = 'text-chunks' AND is_packed = 1;