How can i make an aggregate sum function return 0 ...
# orm-help
h
How can i make an aggregate sum function return 0 if not records instead of “null” ?
r
@Halvor 👋 Currently that’s not possible, but you can add it after you fetch the data.
h
Is there an efficient way to that, that doesn’t include manually checking each column?
r
Unfortunately not at the moment.
h
Ok thx
👍 1