adr*_*anm 5

SELECT T.x
FROM table
     CROSS APPLY (
         VALUES (Col1), (Col2)
     ) AS T(x)
Run Code Online (Sandbox Code Playgroud)