Files
doris/regression-test/suites/variant_p2/sql/sql04.sql

2 lines
145 B
SQL

SELECT repo:id, payload:issue FROM github_events WHERE cast(payload:issue.state as string) = "open" order by cast(repo:id as int), id limit 10;