Hive cast string as bigint 测试

Posted 二十六画生的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hive cast string as bigint 测试相关的知识,希望对你有一定的参考价值。

select cast('' as bigint) -- NULL

select cast(null as bigint) -- NULL

select cast('123' as bigint) --123

select cast('123vc' as bigint) -- NULL

select cast('ax123' as bigint) -- NULL

end

以上是关于Hive cast string as bigint 测试的主要内容,如果未能解决你的问题,请参考以下文章

Hive函数用法:Cast(字段名 as 转换的类型 )

hive cast( as integer)报错 in primitive type specification

hive cast( as integer)报错 in primitive type specification

大数据之Hive:CAST()函数

cast as decimal(10,2)

Hive cast string到目前为止dd-MM-yyyy