You are viewing a single comment's thread. Return to all comments →
It seems some versions of SQL only allow CONCAT for 2 expressions. For more you can use || e.g. SELECT 'hello'||'world'
Or change the version of SQL in the top right corner.
Seems like cookies are disabled on this browser, please enable them to open this website
The PADS
You are viewing a single comment's thread. Return to all comments →
It seems some versions of SQL only allow CONCAT for 2 expressions. For more you can use || e.g. SELECT 'hello'||'world'
Or change the version of SQL in the top right corner.