Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
joins
/
join
/
drill_5051_l.q
blob: ab5daae70f735ca2ab4a91c880a41cf4c17151b5 [
file
] [
log
] [
blame
]
select
count
(*)
FROM
(
select
*
from
typeall_l ORDER BY col_int LIMIT
105
OFFSET
16
)
subqry
;