I have a a table with a column groups INTEGER NULL. It has values
groups
5
7
<NULL>
If I do a select sum(groups) form table_name
I would get 12. How can I get null, when the column being summed has a null.
|
|
I have a a table with a column groups INTEGER NULL. It has values groups5 If I do a select sum(groups) form table_name
|
||
|
|
|
|
One option:
|
||||
|
|
|
|
||