Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
join
/
drill_5051_i.q
blob: 27bfa9e52ecb031216730e490d319bd6850f5fc3 [
file
] [
log
] [
blame
]
select
count
(*)
from
(
select
*
from
(
select
*
from
typeall_l order
by
col_int LIMIT
3
offset
2
ROWS
)
t1 limit
2
offset
1
)
t2
;