"Combine expressions to form longer expressions. The expressions can include any combination of binary or character strings, or column names." (Karen Paulsell et al, "Sybase SQL Server: Performance and Tuning Guide", 1996)
"Combining two or more character strings or expressions into a single character string or expression, or combining two or more binary strings or expressions into a single binary string or expression." (Microsoft Corporation, "SQL Server 7.0 System Administration Training Kit", 1999)
"A string operation consisting of assembling a string from two shorter strings." (Bill Pribyl & Steven Feuerstein, "Learning Oracle PL/SQL", 2001)
"The process of combining two or more character strings or expressions into a single character string or expression. Concatenation also refers to combining two or more binary strings or expressions into a single binary string or expression." (Anthony Sequeira & Brian Alderman, "The SQL Server 2000 Book", 2003)
"The process of combining two or more data elements into a single element. In Oracle SQL, concatenation can be accomplished by using the concatenation operator (a pair of vertical bars, ||) or the CONCAT function." (Bob Bryla, "Oracle Database Foundations", 2004)
"Combining two strings by placing one at the end of the other." (Jan L Harrington, "SQL Clearly Explained 3rd Ed. ", 2010)
"The process of combining two or more character strings or expressions into a single character string or expression, or combining two or more binary strings or expressions into a single binary string or expression." (Microsoft, "SQL Server 2012 Glossary", 2012)
No comments:
Post a Comment