Sign in
apache
/
drill-test-framework
/
3ea6023caf0e85fc72c39993c46d13a6c10a3377
/
.
/
framework
/
resources
/
Functional
/
ctas
/
ctas_joins_aggregates
/
ctas_t13_1.sql
blob: c8010b771980c131e41d041092b5c771404b67eb [
file
] [
log
] [
blame
]
select
count
(*)
from
ctas_t13
where
c2
>
0
;