Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime4.q
blob: 7053dd7c5d3d48ff4e1db188cd343648ff72ab46 [
file
]
select
c_row
,
cast
(
c_date
as
date
),
date_add
(
cast
(
c_date
as
date
),-
180
)
from
basic
;