Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
implicit_cast_with_views
/
data
/
on_c_bigint_and_d28.sql
blob: 1bb70db9fe7879287e68d5fed3ffc30d1d4609d2 [
file
] [
log
] [
blame
]
select
count
(*)
from
cast_tbl_1_v a
,
cast_tbl_2_v b
where
a
.
c_bigint
=
b
.
d28
;