Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
negative
/
q3.sql
blob: 6c7f905c202b2fd9653773672f22d21a002f2c3f [
file
] [
log
] [
blame
]
-- DRILL-2182
select
*
from
`
data1
.
json
`
order
by
flatten
(
uid
);