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