Monday 22 October 2012

STRING CONCATENATION OPERATOR





            Using string concatenation operator is “+”, we can combine two or more strings.

Example: Extract full name from EMP table.

SELECT FirstName+' '+LastName AS FullName FROM EMP

No comments:

Post a Comment