Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
joins
/
join
/
drill_5051_o.q
blob: 0a91e7666f8682f908d58512463e75c05d9002ca [
file
] [
log
] [
blame
]
select
count
(
1
)
from
(
select
col_int
from
typeall_l LIMIT
32
OFFSET
16
)
subqry
;