count-packed-events.sql 83 B

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