postgresql function sum(text) does not exist code example
Example 1: postgresql function sum(text) does not exist
make sure the column refered is a number (probably is a text type)
Example 2: postgresql function sum(text) does not exist
make sure the column refered is a number (probably is a text type)