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

2 lines
183 B
SQL

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