SQL CONCAT Function Use and Examples
Using CONCAT against a Table and Column The next example will use the AdventureWorks sample database and concatenate data with different data types The example will show a concatenation of the FirstName LastName ModifiedDate and BusinessEntityID SELECT CONCAT Fullname [FirstName] [LastName] Modified Date ModifiedDate