Converting null SQL values

Hello

When an SQL query return null, how can I convert it to 0?

Thank you

I've found a solution using COALESCE.