Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
group_by_alias
/
group_by_index.sql
blob: 771a37b0fb9ccfb844494c39f6d9a1b61f1111c7 [
file
] [
log
] [
blame
]
select
intField i
,
count
(
intField
)
ci
from
dfs
.
drillTestDir
.`
DRILL-1248
/
group_by_parquet
`
group
by
1
;