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