1 line
125 B
SQL
1 line
125 B
SQL
SELECT count(cast(payload["issue"] as string)) FROM github_events where cast(payload["issue"]["state"] as string) = "closed"; |