Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
implicit_cast_not_supported
/
q39.sql
blob: 04a5e107b70ddd70113d9f6b16c96696ae44a8dc [
file
] [
log
] [
blame
]
select
count
(*)
from
cast_tbl_1 a
,
cast_tbl_2 b
where
a
.
c_time
=
b
.
c_double
;