Concatenation

The concatenation operator (CONCAT) joins two values of an expression into a single string. The alternate operator for CONCAT is ||. Because vertical bars can cause parsing errors in statements passed from one DBMS to another, CONCAT is the preferred operator for statements executed at remote locations.

The concatenation operator observes the following rules:

[ Previous Page | Next Page | Contents | Index ]