I want to set to space any null column in my resultset
474128Aug 12 2011 — edited Aug 23 2011I have a result set that generates rowsets that may have null column entries. The resultset is generated using the sum function.
ex:
ROUND(SUM(mod((column1 - column4)*24, 24)), 2) how_high
is there a to conditional this with something like
ROUND(SUM(mod((column1 - column4)*24, 24)), 2) (*if null then make empty string*)how_high
thanks for any help