Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_timestamp2.q
blob: ab0cf76382ef247cfcfc191547134eba8a469c96 [
file
] [
log
] [
blame
]
select
to_timestamp
(
'2013/DEC/13 10:13:18'
,
'YYYY/MMM/dd HH:mm:ss'
)
from
voter
where
voter_id
=
10
;