Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
subqueries
/
negative
/
distinct_literal.sql
blob: d55d067a6b3fa4c4721e691425440e7bffeeeef2 [
file
]
select
*
from
t1
where
a1
=
(
select
distinct
100
from
t2
);