Search code examples
javaderbyjavadb

Derby: CONCAT equivalent


Good day!

What is the equivalent function of Derby/Java DB to the CONCAT function of MySQL?
I tried using CONCAT to Derby but it commits an error.


Solution

  • I believe you can concatenate two string with ||

    Derby Built-in function reference - concatenation