Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
negative
/
q13.sql.drill-2182
blob: b690de5a24bc6382e0d38139179cbaf91e826591 [
file
] [
log
] [
blame
]
--
DRILL
-
2182
select
flatten
(
MAX
(
lst_lst
[
0
][
0
]))
from
`data1.json`
group
by
uid
;