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