Sign in
apache
/
drill-test-framework
/
b5ed55188c294aa172ccc7d30e7981884fedc8f0
/
.
/
framework
/
resources
/
Functional
/
subqueries
/
negative
/
non_scalar_2.sql.drill-2152.fail
blob: 358d2d3359ac462328745838c6130f14e6ce6c2e [
file
] [
log
] [
blame
]
select
*
from
t1
where
(
a1
,
b1
)
=
(
select
a2
,
b2
from
t2
);