回答編集履歴

1

訂正

2017/01/14 12:02

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
 
32
32
 
33
- select code code_unique, array_to_string(array_agg(tag),',') connect_tag
33
+ select code code_unique, array_to_string(array_agg(tag),'') connect_tag
34
34
 
35
35
  from hoge_tb1 group by code order by 1;
36
36