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