Derby: CONCAT equivalent

Ace Eusebio picture Ace Eusebio · Apr 18, 2012 · Viewed 7.4k times · Source

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.

Answer

Rangi Lin picture Rangi Lin · Apr 18, 2012

I believe you can concatenate two string with ||

Derby Built-in function reference - concatenation