Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
implicit_cast
/
on_d38_and_c_bigint.sql
blob: 9ce2f0e67ef6af9f797326a3abcb73227e365060 [
file
] [
log
] [
blame
]
select
count
(*)
from
cast_tbl_1 a
,
cast_tbl_2 b
where
a
.
d38
=
b
.
c_bigint
;