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