Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
implicit_cast_with_views
/
data
/
on_c_date_and_c_timestamp.sql
blob: d67aa86478917c374b57f382c9812ac4e8533aab [
file
] [
log
] [
blame
]
select
count
(*)
from
cast_tbl_1 a
,
cast_tbl_2 b
where
a
.
c_date
=
b
.
c_timestamp
;