Bug 69
Created on 2021-02-12 11:49 by smn, last changed 2021-02-12 12:15 by ced.
msg116 |
Author: [hidden] (smn) |
Date: 2021-02-12 11:49 |
|
This function has different names depending on backend:
- postgres & sql server: STRING_AGG
- sqlite: group_concat
- oracle: LISTAGG
How I should deal with it?
|
msg121 |
Author: [hidden] (ced) |
Date: 2021-02-12 12:15 |
|
Normally we include only standard SQL function.
LISTAGG has been added only in SQL:2016 and as optional feature [1]. It is not widely supported.
I think we should wait for larger adoption before including it.
[1] https://modern-sql.com/feature/listagg
|
|
Date |
User |
Action |
Args |
2021-02-12 12:15:45 | ced | set | messages:
+ msg121 nosy:
+ ced priority: low severity: normal type: rfe |
2021-02-12 11:49:34 | smn | create | |
|