Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
nulleqjoin
/
neqjnPrtnBy_05.q
blob: 6a8dfcded1a4c13a343e53b87c2f059e5fb0bbec [
file
] [
log
] [
blame
]
SELECT t1
.
col_dt c1
,
t2
.
col_dt c2
FROM l_tblprtnby_dtcl t1
,
r_tblprtnby_dtcl t2
WHERE t1
.
col_dt
=
t2
.
col_dt OR
(
t1
.
col_dt IS NULL AND t2
.
col_dt IS NULL
);