What's the difference between concat and || ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the difference between concat and || ?

28th Sep 2016, 9:07 AM
Carlo Gagliolo
Carlo Gagliolo - avatar
2 Answers
0
concat keyword concatenates string values whereas || this is logical OR operator
1st Nov 2016, 2:04 PM
Keshav Modi
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
20th Jan 2017, 10:13 AM
Carlo Gagliolo
Carlo Gagliolo - avatar