Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
date_hour_subract.q
blob: 3166a0c92611ddb7e8a451bf42d075e7a2af3828 [
file
] [
log
] [
blame
]
select
date_add
(
to_timestamp
(
'2013/DEC/13 10:13:18'
,
'YYYY/MMM/dd HH:mm:ss'
),
interval
'-3'
HOUR
)
from
voter
where
voter_id
=
10
;