Hey All,
.. say I had the following query:
select fld_a, sum(fld_b), avg(fld_b) from tbl_ab group by fld_a
and also say that fld_a can take various values, however in the result from the query above I want to combine all "NULL" and "0" values under one category.
Example:
instead of...