DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SQL
how to combine diff colmun value using group by postgres
SELECT movie, string_agg(actor, ', ' ORDER BY actor) AS actor_list FROM tbl GROUP BY 1;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#combine
#diff
#colmun
#group
#postgres
ADD COMMENT
Topic
COMMENT
Name
4+6 =
Submit