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