Concatenate Strings In MS SQL
Published by philipnorton42 on Fri, 11/07/2008 - 18:27If you want to concatenate the output of three different columns in MS SQL just use the + symbol.
1 2 3 | </p> <p>The resulting column will be the values of the three columns under the name of <strong>output</strong>.</p> |
Category:
Add new comment