Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
to_date.q
blob: f2a638ba0d4f5fc0a38d309b4a72b20c239882ad [
file
] [
log
] [
blame
]
select
to_date
(
create_timestamp
)
from
voter_parquet
where
voter_id
=
10
;