Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
nulleqjoin
/
innrjn_time.q
blob: 33e5cacf7ba0a66b912220a052493be5b2d39213 [
file
] [
log
] [
blame
]
SELECT t1
.
col_tim
,
t2
.
col_tim
FROM typeall_l t1 INNER JOIN typeall_r t2
ON t1
.
col_tim
=
t2
.
col_tim OR
(
t1
.
col_tim IS NULL AND t2
.
col_tim IS NULL
);