1 line
134 B
SQL
1 line
134 B
SQL
SELECT cast(repo:name as string) FROM github_events WHERE type = 'WatchEvent' ORDER BY created_at, cast(repo:name as string) LIMIT 50 |