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