Introduction
COALESCE helps you pick the first value that is not empty or missing from a list. It makes sure you get a real value instead of nothing.
When you want to show a default value if some data is missing.
When combining columns that might have empty spots and you want the first filled one.
When you want to avoid errors caused by missing values in calculations.
When you want to clean up reports by replacing empty fields with meaningful text.