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

1 line
234 B
SQL

SELECT count() FROM github_events WHERE type = 'WatchEvent' AND cast(repo["name"] as string) IN ('apache/spark', 'GunZi200/Memory-Colour', 'isohuntto/openbay', 'wasabeef/awesome-android-ui') GROUP BY cast(payload["action"] as string)