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