Derby: CONCAT equivalent
derby, java, javadb
Solution
I believe you can concatenate two string with `||`
Derby Built-in function reference - concatenation
Problem
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.