blob: 4fd37c538c09511af4bca6f5fde9fc73568ed5e5 [file] [log] [blame]
select
count(*)
from
j1 INNER JOIN j2 ON
(
j1.d9 = j2.d9
)
where
j1.c_bigint IS NOT DISTINCT FROM j2.c_bigint
and j1.d9 IS NOT NULL
;