Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast51.q
blob: 2bbf328f2a76ba06eb70d6be7bb50eccf4edcb7b [
file
] [
log
] [
blame
]
select
cast
(
c_date
as
date
)
from
data
where
c_row
<
23
;