Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
last_day.q
blob: bba000c742fb746be7d3b5aaaa02f5255c02f578 [
file
] [
log
] [
blame
]
select
last_day
(
create_date
)
from
voter_parquet
where
voter_id
=
138
;