2 lines
96 B
SQL
2 lines
96 B
SQL
SELECT payload["commits"] FROM github_events where cast(payload["push_id"] as int) = 536740433;
|
SELECT payload["commits"] FROM github_events where cast(payload["push_id"] as int) = 536740433;
|