+ 1
What's the difference between concat and || ?
2 Answers
0
concat keyword concatenates string values whereas || this is logical OR operator
0
In oracle pl/sql "||" has the meaning of the "+" in javascript to concatenate the string.
It is not a logical operator, "AND", "OR" are logical operator in Oracle pl/sql