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.
I believe you can concatenate two string with ||
||
Derby Built-in function reference - concatenation