Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
implicit_cast_with_views
/
data
/
on_c_integer_and_d38.sql
blob: 76c9d8a8ab09f11e71e4b70bfab71b0a815c59b8 [
file
] [
log
] [
blame
]
select
count
(*)
from
cast_tbl_1_v a
,
cast_tbl_2_v b
where
a
.
c_integer
=
b
.
d38
;