Hello!
I have a BQ table that contains values like 10.0055858585 and 0.069872323 in a column that is a STRING type.
I converted the STRING to a NUMBER and cast it as an INTEGER, but am getting an error when I try to SUM these values - which seems right due to the fact that they are INTEGERS which can’t, by definition, have decimals.
I’ve searched for an hour or more now and can’t seem to find out how to do this without causing other errors.
Anybody have any ideas?
Thanks!
Best answer by DataloopBill
View original