Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
max_date.q
blob: ea029df1150c5af76cb26b4d15bab659c3ea10ee [
file
] [
log
] [
blame
]
select
max
(
to_timestamp
(
create_time
,
'YYYY-MM-dd HH:mm:ss'
))
from
student
;