Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
max_date.q
blob: 293e33028ccfdcc7e451842379494824bf32cea4 [
file
] [
log
] [
blame
]
select
max
(
cast
(
fourcf
[
'create_date'
]
as
timestamp
))
from
voter
;