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