COALESCE(x,y)

This function replaces the NULL values in a column by with a specific value.

Example:

coalesce("quota_share",0)