Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
kvgenflatten-nulls
/
filter13.q
blob: 1060de227aaf55ef2601d76b1cb44b18616b8b42 [
file
] [
log
] [
blame
]
select
s
.
evnts
.
evnt_id
from
(
select
d
.
type type
,
flatten
(
d
.
events
)
evnts
from
`data.json`
d
where
d
.
type
=
'web'
)
s
where
s
.
evnts
.
type
=
'cmpgn4'
;