Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_timestamp4.q
blob: 39b4a31f34ba467e0a816586cb74421e9575a717 [
file
] [
log
] [
blame
]
select
to_timestamp
(
'JUNE 29, 2013'
,
'MMM dd, YYYY'
)
from
voter
where
voter_id
=
10
;