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