SQL SERVER – Merge Two Columns into a Single Column
- by Pinal Dave
Here is a question which I have received from user yesterday.
Hi Pinal,
I want to build queries in SQL server that merge two columns of the table
If I have two columns like,
Column1 | Column2
1 5
2…