I am working on a query that will collect data from a table and display the data for a report.
The data looks like this:
Player Score 001 10 001
A bit late and slightly off-topic as for another RDBMS, but I found this thread searching for a solution to this problem in Postgres. I found one, so if anyone else needs to solve this problem in Pg:
SELECT string_agg(DISTINCT ,'delimiter') FROM GROUP BY 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题