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