Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
joins
/
join
/
drill_5051_h.q
blob: 3538c5bf747281aa927b7cf0c3e2168056053fc9 [
file
] [
log
] [
blame
]
select
count
(*)
from
(
select
*
from
(
select
*
from
typeall_l order
by
col_int LIMIT
3
)
t1 limit
2
offset
1
)
t2
;