gpt4 book ai didi

amazon-web-services - AWS 雅典娜 : Filter only numeric entries on a column

转载 作者:行者123 更新时间:2023-12-04 16:27:32 25 4
gpt4 key购买 nike

我正在尝试在 AWS Athena 上进行查询,我只想从 varchar 列中过滤数字条目。但是,Athena 不支持 ISNUMERIC 功能。我看到了一些很有用的函数,但它们仅适用于 Amazon Redshift 而不适用于 AWS Athena。
有没有办法在 Athena 上应用这种类型的过滤器?谢谢你。

最佳答案

你可以用 try() 来做到这一点:

... 
WHERE try(CAST(my_column AS double)) IS NOT NULL

关于amazon-web-services - AWS 雅典娜 : Filter only numeric entries on a column,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60513405/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com