Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime7.q
blob: b0dcf8d1a4f6c969c1fafd000f02b5b45e93ffb8 [
file
]
select
c_row
,
cast
(
c_date
as
date
)
from
basic
where
c_date between
'2000-01-01'
and
'2001-01-01'
;