Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
orderby14_DRILL-2254.q
blob: 64fbf6fce91df14d61a3e9cb9a20c9272c8a6d59 [
file
] [
log
] [
blame
]
select
uid
,
lst_lst
,
d
.
lst_lst
[
1
],
flatten
(
d
.
lst_lst
)
lst
from
`data.json`
d order
by
d
.
lst_lst
[
1
][
2
];