如何在postgresql中从字符转换为整数?

xxhby3vn  于 2021-06-23  发布在  Mysql
关注(0)|答案(0)|浏览(257)

我有一个列作为数据库的值,我想在我的表中求和,有成千上万的数据,它是字符变化类型。我想把它转换成整数类型,但它不给我改变。
我的sql是:

alter table species_data alter column database_value type numeric(10,0) using database_value::numeric

错误是:

ERROR:  invalid input syntax for type numeric: "2478a"

有人能告诉我错误是什么,怎么解决吗?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题