Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_timestamp6.q
blob: 472de3fe1c7a6a4b9c7f61afe5f952287f5cbe44 [
file
] [
log
] [
blame
]
select
to_timestamp
(
'06/29/2013'
,
'MM/dd/YYYY'
)
from
voter
where
voter_id
=
10
;