Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
nulleqjoin
/
neqjnPrtnBy_09.q
blob: a68f2b79404140131c9f4eedb71b6cc33affdf02 [
file
] [
log
] [
blame
]
SELECT t1
.
col_tim
,
t2
.
col_tim
FROM l_tblprtnby_timcl t1
,
r_tblprtnby_timcl t2
WHERE t1
.
col_tim
=
t2
.
col_tim OR
(
t1
.
col_tim IS NULL AND t2
.
col_tim IS NULL
);