Select statement with a NULL



I have forgotten how to do this (At least I think I knew how)

I have SELECT CONCAT(A, ' ', B) as C ........

If A or B is NULL this select fails. What do I need to do so it won't
fail...

Thanks...


.