SQL concat() gives error when more than 2 arguments | Jon (LabKey DevOps) | 2016-04-26 21:13 |
Status: Closed | ||
Hi Will, So it looks like our docs actually need to be revised to indicate that only two arguments can be used. However, you can use operators to give you the same result. iSELECT 'a' || 'b' || 'c' AS combined; Regards, Jon |
||