Files
doris/regression-test/suites/variant_p2/sql/githubRoulette.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