select-last-event.sql 83 B

12345
  1. SELECT seq, type, data
  2. FROM events
  3. WHERE session_id = ?
  4. ORDER BY seq DESC
  5. LIMIT 1;