Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
months_between2.q
blob: 38cf823876ac2ae395194a81ab5e96e82c184346 [
file
] [
log
] [
blame
]
select
months_between
(
cast
(
create_timestamp
as
date
),
create_date
)
from
voter_parquet
where
voter_id
=
10
;