Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Concatenation Operator - || in Informatica

String Concatenation operator is ||

Syntax
string1||string2


Example : Join Forget and Code
'Forget '||'Code'
Output
Forget Code

Note : Concatenation operator does not add space at the end of the string.