COALESCE(x,y)
This function replaces the NULL values in a column by with a specific value.
Example:
coalesce("quota_share",0)
                Was this article helpful?
              
              This function replaces the NULL values in a column by with a specific value.
Example:
coalesce("quota_share",0)