Sign in
apache
/
drill-test-framework
/
3ea6023caf0e85fc72c39993c46d13a6c10a3377
/
.
/
framework
/
resources
/
Functional
/
ctas
/
ctas_joins_aggregates
/
ctas_t8.sql
blob: 494a270e24a0d99f175e4b80b182d10c644f676f [
file
] [
log
] [
blame
]
select
count
(
c1
)
from
ctas_t8
;