2 lines
145 B
SQL
2 lines
145 B
SQL
SELECT repo:id, payload:issue FROM github_events WHERE cast(payload:issue.state as string) = "open" order by cast(repo:id as int), id limit 10;
|