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