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