• create your new table (I'm assuming you know how to do that).

    insert into tNewTableName

    (ID, roadname, house_number)

    select ID, roadname, house_number_start

    union

    select ID, roadname, house_number_end

     

    If the phone doesn't ring...It's me.