Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_date1.q
blob: 923af35e6369dad9f2e79a62c565b5c93f800e76 [
file
] [
log
] [
blame
]
select
to_timestamp
(
'05 Dec 2000'
,
'dd MMM YYYY'
)
from
voter
where
voter_id
=
10
;