hive中将string数据转为bigint的操作
使用 CAST 函数将 STRING 转为 BIGINT:
SELECt CAST('00321' AS BIGINT) FROM table;
As a BIGINT it will show on the screen and in delimited text files as 321
本文转载自: https://blog.csdn.net/qyj19920704/article/details/127422797
版权归原作者 檀越剑指大厂 所有, 如有侵权,请联系我们删除。
版权归原作者 檀越剑指大厂 所有, 如有侵权,请联系我们删除。