• If you have SQL 2012 or up:

    REPLACENULL(address1,address2)

    If not:

    (ISNULL(address1)) ? address2 : address1

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP