Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
inner
/
2way_on_d18.sql.drill-2398
blob: f988a6a57e7f0c9c1aa1688017acec43c6131980 [
file
] [
log
] [
blame
]
select
count
(*)
from
j1 INNER JOIN j2 ON
(
j1
.
d18
=
j2
.
d18
)
where
j1
.
c_bigint IS NOT DISTINCT FROM j2
.
c_bigint
and
j1
.
d18 IS NOT NULL
;