• + 0 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.