Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex208.q
blob: 77262c641fe42c68ea7d2a84549c623b4cb4d561 [
file
] [
log
] [
blame
]
select
t
.
gbyi
,
min
(
t
.
soa
[
1
].
fl
)
minsoa
from
`complex.json`
t
group
by
t
.
gbyi having min
(
t
.
soa
[
1
].
fl
)
<>
48.12345
order
by
minsoa
;