Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
max_date.q
blob: bb278c2c6e8fb3779b3caf037d069f3f6187193c [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
max
(
cast
(
fourcf
[
'create_date'
]
as
timestamp
))
from
voter
)
t limit
0
;