Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_char_time.q
blob: c1387e53fea9b10e20d9049cfc3adb6341cf3de9 [
file
] [
log
] [
blame
]
select
to_char
(
cast
(
'2014-02-12 15:18:31.072'
as
timestamp
),
'hh:MM:ss:SS a'
)
from
voter
where
voter_id
=
10
;