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

2 lines
113 B
SQL

SELECT count(cast(payload["commits"] as string)) FROM github_events WHERE cast(payload["push_id"] as int) > 100;