hey friends, another question, I’m writing a query...
# troubleshooting
l
hey friends, another question, I’m writing a query with aggregation functions, however if i do something like
SUM(impression_count)
in the return types in the json, I see this
Copy code
"columnDataTypes": [
        "DOUBLE"
      ]
but impression_count is an int, why is the columnDataType a double? is there any way to fix it in the query? thank you!
r
it gets aggregated as a double to avoid overflow