count-ignorable-events.sql 58 B

123
  1. SELECT COUNT(*) AS count
  2. FROM events
  3. WHERE ignorable = 1;