PowerCenter
- PowerCenter 10.5
- All Products
concat (string1, string2)
Argument
| Description
|
---|---|
string1
| String datatype. Passes the first string to concatenate.
|
string2
| String datatype. Passes the second string to concatenate.
|
concat( FIRSTNAME, LASTNAME )
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
concat ( concat ( FIRST_NAME, " " ), LAST_NAME )
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|