hello everyone,
i'm stuck with .sum() aggregate function.
I have a column of type ushort
and i have a query which should retrieve a sum of the column values. Even though the values are ushort (SMALLINT UNSIGNED) resulted sum might be out of the ushort range.
And for plain MariaDB query in console it's absolutely legit query. But