Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
todate.q
blob: 632a18f7850eb0179d644570e5617bdc500df08d [
file
] [
log
] [
blame
]
select
to_date
(
unix_timestamp
(
l_shipdate
,
'yyyy-MM-dd'
)*
1000
)
from
hive
.
tpch01_parquet_nodate
.
lineitem
;