Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
next_day.q.drill4203
blob: d276609addb6c371100c18b613fc77ed5cbc0ee7 [
file
] [
log
] [
blame
]
select
next_day
(
cast
(
create_date
as
date
),
'WED'
)
from
`voter1.parquet`
where
voter_id
=
138
;