Introduction:
In this article I will explain how to write a query to concatenate two columns of data to single column in datatable using SQL server.
In this article I will explain how to write a query to concatenate two columns of data to single column in datatable using SQL server.
Description:
In
previous post I explained how to alter or modify or delete or
change already existing
column in datatable in SQL Server and many articles
relating to SQL
Server.
Now I will explain how to write a query to concatenate two columns of data into
single column in SQL
Server. Here I will explain with one example for that I have one table UserDetails like as shown below