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