Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
to_date.q
blob: 86e0c946f0aa36a83e2473ca162c96e4b6ead495 [
file
] [
log
] [
blame
]
select
to_date
(
cast
(
fourcf
[
'create_date'
]
as
varchar
(
25
)),
'YYYY-MM-dd HH:mm:ss'
)
from
voter
where
row_key
=
5
;