Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
nulleqjoin
/
neqjn_flt.q
blob: 078592646d618f236280dbe3962fcbc6e641f99c [
file
] [
log
] [
blame
]
SELECT t1
.
col_flt
,
t2
.
col_flt
FROM typeall_l t1
,
typeall_r t2
WHERE t1
.
col_flt
=
t2
.
col_flt OR
(
t1
.
col_flt IS NULL AND t2
.
col_flt IS NULL
);