Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
flatten_allfailfilter_DRILL-2013.q
blob: afd1dc54d1ddb2cb4948f35d4a36c48c177d0df0 [
file
] [
log
] [
blame
]
select
s
.
id
,
s
.
id1
,
flatten
(
s
.
list
)
fl
from
`DRILL-2013.json`
s
where
s
.
id
=
'02'
;