Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
negative
/
q5.sql
blob: af0ebb79ccbe276f63909f47e88a965bd8f184a3 [
file
] [
log
] [
blame
]
-- DRILL-2183
select
uid
,
flatten
(
field_not_present
)
from
`
data1
.
json
`;