Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
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
;