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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.