aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/aggregate/ensure_count.sql
blob: 373ce7aa8bd0176f2bd0112d87a6a44708c621d7 (plain) (blame)
1
select Ensure(COUNT(*), COUNT(*) > 3U, "WTF?") from plato.Input;