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