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