Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
negative
/
q12.sql
blob: e84ca70534c08e1b65adc8af5ead55f94dffa7a0 [
file
] [
log
] [
blame
]
-- DRILL-2217
select
flatten
(`
empty
`[
1
][
0
])
from
`
data1
.
json
`
group
by
flatten
(`
empty
`[
1
][
0
]);