Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime84.q
blob: 4a6256240f1defc4ec5c7e50a8df1edcd3218b2b [
file
] [
log
] [
blame
]
select
c_row
,
cast
(
c_date
as
date
)
from
data
where
c_date between
'2000-01-01'
and
'2001-01-01'
;