Open topic with navigation
The concatenation operator ( || ) concatenates the first operand and second operand and returns the combined operands.
operand1 || operand2
abc || def
This concatenation returns abcdef.
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.