sql - What is the difference between "||" operator and concat function in Oracle? -


Is it possible to understand the difference between the concat () function and in the oracle Operator?

Which is better in terms of performance?

There is no functional difference.

|| ANSI is the standard string concatenation operator (though, unfortunately, to support every database & lt; cough & gt; SQL Server & lt; / cough & gt; standard) Databases support a CONCAT function, so using port code for different databases can be easy.

Comments