Home > MS SQL > Concatenate Strings In MS SQL

Concatenate Strings In MS SQL

November 7th, 2008 Leave a comment Go to comments

If you want to concatenate the output of three different columns in MS SQL just use the + symbol.

SELECT table.column1 + ' ' + table.column2 + ' ' + table.column3 output FROM table

The resulting column will be the values of the three columns under the name of output

Information, services, and products:
Three Valley Airport Transfers
Categories: MS SQL Tags: , , , ,
  1. No comments yet.
  1. No trackbacks yet.