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