Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
kvgenflatten-nulls
/
filter11.q
blob: b3826d2c54af6cea5dcbb7f248673dac3d7b11fe [
file
] [
log
] [
blame
]
select
d
.
uid
,
d
.
type
,
flatten
(
events
),
flatten
(
transactions
)
from
`data.json`
d
where
d
.
type
=
'web'
;