Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
joins
/
join
/
drill_5051_n.q
blob: 9e190f1a40af58548e8720300c108d52f6d32188 [
file
] [
log
] [
blame
]
select
*
from
(
select
col_int
from
typeall_l ORDER BY col_int LIMIT
64
OFFSET
32
)
subqry LIMIT
8
OFFSET
16
;