Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
data
/
datetime4.q
blob: 52113784d4f0b45b155c7e7440a3a43d41c099ed [
file
] [
log
] [
blame
]
select
cast
(
c_row
as
integer
),
cast
(
c_date
as
date
),
date_add
(
cast
(
c_date
as
date
),-
180
)
from
basic
;