Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
subqueries
/
negative
/
scalar_with_limit.sql
blob: 9528e3112646d7eb9aac25fe441bec52ed0a04d6 [
file
]
select
*
from
t1
where
a1
<
(
select
a2
from
t2 limit
1
);