Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
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
;