Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
date_cast2.q
blob: e3f87fbdf3b98b3820b6461d2b1a296b608089dc [
file
] [
log
] [
blame
]
select
cast
(
create_date
as
timestamp
)
create_date
from
voter_parquet limit
10
;