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