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