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.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.