Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
nulleqjoin
/
nullEqJoin_24.q
blob: ff608e13d5b5dd0ad5ca654c4e4fe92b5c38ea73 [
file
] [
log
] [
blame
]
select
DISTINCT t1
.
col_int
FROM typeall_l t1
,
typeall_r t2
WHERE t1
.
col_int
=
t2
.
col_int OR
(
t1
.
col_int IS NULL AND t2
.
col_int IS NULL
);