繁体   English   中英

如何将 Athena 时间戳转换为字符串

[英]How to convert Athena timestamp to string

我正在使用以下代码:

select date_col::TEXT from table1;

错误:

identifiers must not contain ':' (service: amazonathena; status code: 400; error code: invalidrequestexception; request id: 0445a8ab-7bbc-4db2-bb6d-4d8b48bebd1f; proxy: null)

你能试试select cast(date_col as varchar) from table1;

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM