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