Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_timestamp10.q
blob: acc6a41d6406ebe8b726d5f56b97f4da88d0cba4 [
file
] [
log
] [
blame
]
select
to_timestamp
(
'2014-02-12 03:18:31:07 AM'
,
'YYYY-MM-dd HH:mm:ss:SS a'
)
from
voter
where
voter_id
=
10
;