• try the below querry

    select id, col1 from table

    union all

    select id, col2 as 'col1' from table

    order by col1