Is it possible to modify the PostgreSQL Array_Agg functions so that it doesn't return values in the format: {x,y,z,}. Can I have it return just: x,y,z ?
We started with Q&A. Technical documentation is next, and we need your help.
Whether you're a beginner or an experienced developer, you can contribute.
Use
In older versions you can substitute Or: |
||||
|
If you are not on 9.0 yet (which has the already mentioned |
|||||
|
Use the STRING_AGG function:
|
||||
|