You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the sum() aggregate function, for some reason it would return as a string and not as an integer as it should, and would have to cast it as an integer for it to return the correct value type. Is this intentional, and if so, what can I do to get the sum() function to return the correct type?