{"id":57,"date":"2015-12-19T09:45:20","date_gmt":"2015-12-19T09:45:20","guid":{"rendered":"http:\/\/www.hadooh.com\/?p=57"},"modified":"2015-12-19T09:45:20","modified_gmt":"2015-12-19T09:45:20","slug":"listagg-and-distinct","status":"publish","type":"post","link":"https:\/\/www.hadooh.com\/?p=57","title":{"rendered":"LISTAGG AND DISTINCT"},"content":{"rendered":"<p>LISTAGG\ub97c \uc0ac\uc6a9\ud574\uc11c JOHN,LEE,SMITH,LEE,PARK,LEE \ud615\uc2dd\uc73c\ub85c \ub370\uc774\ud130\ub97c \ub9cc\ub4e4\uc218 \uc788\ub2e4.<br \/>\n\uc911\uac04\uc5d0 LEE \uac12\uc744 \uc911\ubcf5\uc81c\uac70\ub97c \ud558\ub824\uba74 REGEXP_REPLACE(CONTENTS,'([^,]+)(,\\1)+&#8217;, &#8216;\\1&#8217;) \ub97c \uc0ac\uc6a9\ud574\uc11c \uc911\ubcf5\uc81c\uac70\ub97c \ubf51\uc544\ub0b4\uc790.<\/p>\n<p>SELECT<br \/>\n DEPTNO<br \/>\n ,LISTAGG(EMPNO, &#8216;,&#8217;) WITHIN GROUP (ORDER BY ROWNUM) AS ORIGINAL_DATA<br \/>\n ,REGEXP_REPLACE(<br \/>\n         LISTAGG(EMPNO, &#8216;,&#8217;) WITHIN GROUP (ORDER BY ROWNUM)<br \/>\n         ,'([^,]+)(,\\1)+&#8217;, &#8216;\\1&#8242;) AS REMOVE_DUPLICATE_DATA<br \/>\n &#8212; REGEXP_REPLACE(CONTENTS,'([^,]+)(,\\1)+&#8217;, &#8216;\\1&#8217;)  &#8212; REMOVE THE DUPLICATE<br \/>\nFROM EMP_DATA<br \/>\nGROUP BY DEPTNO<\/p>\n<p>\ub9cc\uc57d\uc5d0 WM_CONCAT\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4\uba74 \uac04\ub2e8\ud558\uac8c \uc544\ub798\uc640 \uac19\uc774 DISTINCT\ub97c \uc9d1\uc5b4\ub123\uc73c\uba74 \ub41c\ub2e4.<\/p>\n<p>SELECT<br \/>\n   DEPTNO<br \/>\n   ,wm_concat(name) names<br \/>\n   ,wm_concat(DISTINCT name) REMOVE_DUPLICATE_names<br \/>\nFROM EMP_DATA<br \/>\nGROUP BY DEPTNO<\/p>\n","protected":false},"excerpt":{"rendered":"<p>LISTAGG\ub97c \uc0ac\uc6a9\ud574\uc11c JOHN,LEE,SMITH,LEE,PARK,LEE \ud615\uc2dd\uc73c\ub85c \ub370\uc774\ud130\ub97c \ub9cc\ub4e4\uc218 \uc788\ub2e4. \uc911\uac04\uc5d0 LEE \uac12\uc744 \uc911\ubcf5\uc81c\uac70\ub97c \ud558\ub824\uba74 REGEXP_REPLACE(CONTENTS,'([^,]+)(,\\1)+&#8217;, &#8216;\\1&#8217;) \ub97c \uc0ac\uc6a9\ud574\uc11c \uc911\ubcf5\uc81c\uac70\ub97c \ubf51\uc544\ub0b4\uc790. SELECT DEPTNO ,LISTAGG(EMPNO, &#8216;,&#8217;) WITHIN GROUP (ORDER BY ROWNUM) AS ORIGINAL_DATA ,REGEXP_REPLACE( LISTAGG(EMPNO, &#8216;,&#8217;) WITHIN GROUP (ORDER BY ROWNUM) ,'([^,]+)(,\\1)+&#8217;, &#8216;\\1&#8242;) AS REMOVE_DUPLICATE_DATA &#8212; REGEXP_REPLACE(CONTENTS,'([^,]+)(,\\1)+&#8217;, &#8216;\\1&#8217;) &#8212; REMOVE THE DUPLICATE FROM EMP_DATA GROUP BY DEPTNO \ub9cc\uc57d\uc5d0 WM_CONCAT\uc744 &hellip; <a href=\"https:\/\/www.hadooh.com\/?p=57\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">LISTAGG AND DISTINCT<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/www.hadooh.com\/index.php?rest_route=\/wp\/v2\/posts\/57"}],"collection":[{"href":"https:\/\/www.hadooh.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hadooh.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hadooh.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hadooh.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=57"}],"version-history":[{"count":1,"href":"https:\/\/www.hadooh.com\/index.php?rest_route=\/wp\/v2\/posts\/57\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/www.hadooh.com\/index.php?rest_route=\/wp\/v2\/posts\/57\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/www.hadooh.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=57"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hadooh.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=57"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hadooh.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}