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