SQL concat() gives error when more than 2 arguments | Will Holtz | 2016-04-26 14:42 | |||||||||||||||||||||
Status: Closed | |||||||||||||||||||||||
The Labkey SQL documentation (https://www.labkey.org/wiki/home/Documentation/page.view?name=labkeysql) indicates that concat() can take n arguments. However the following statement SELECT concat('a', 'b', 'c') AS combined; gives the error: Error on line 1: CONCAT function expects 2 arguments This is on Labkey v16.1 with Postgres v9.5.2. -Will |
|||||||||||||||||||||||
| |||||||||||||||||||||||