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