I am very confused about this question. The problem is that I know I can use the COALESCE function, but how? Because there are two columns here, State and Fax.
You can use if null
select id,ifnull(state, '') as state ,ifnull(fax, '') as fax from customer