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