Files
doris/regression-test/suites/variant_github_events_p0/githubRoulette.sql

1 line
194 B
SQL

SELECT cast(v["repo"]["name"] as string) FROM github_events WHERE cast(v["type"] as string) = 'WatchEvent' ORDER BY cast(v["created_at"] as datetime), cast(v["repo"]["name"] as string) LIMIT 50