Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
nulleqjoin
/
neqjnPrtnBy_07.drill_5039
blob: 5e5c48b3ad302b9006c93e2740a41bd283508900 [
file
] [
log
] [
blame
]
SELECT t1
.
col_intrvl_day
,
t2
.
col_intrvl_day
FROM l_tblprtnby_intrvldycl t1
,
r_tblprtnby_intrvldycl t2
WHERE t1
.
col_intrvl_day
=
t2
.
col_intrvl_day OR
(
t1
.
col_intrvl_day IS NULL AND t2
.
col_intrvl_day IS NULL
);