I have developed a query, and in the results for the first three columns I get NULL. How can I replace it with 0?
NULL
0
Select c.rund
UPDATE TableName SET ColumnName= ISNULL(ColumnName, 0 ) WHERE Id = 10