'How to replace existing value in table with new value in a query [duplicate]

I have a table which have columns Country, Region and Sales. Now my requirement is I need to create a query which will select all columns from the table, but I have to replace country value as Unknown if it is null.

Could any one please help how to do



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source