我对PostgreSQL中的CAST函数有问题。特别是,我必须在bigint类型中转换算术操作(百分比计算),其中操作数是int类型。CAST(("Language".percentage * "Population".population) AS bigint) /100.0 AS pop_speak_lang
错误:整数超出限制
我已经尝试了很多次,给了int数据类型,一次是v,一次是j,但都不起作用。 from array import *n=int(input("enter the length of the array = ")) x=int(input("enter the value = "))print(arr)v=0 v+=j[s] #here the error is occ