(How to concatenate strings of a string field in a PostgreSQL 'group by' query?) ... CREATE FUNCTION commacat(acc text, instr text) RETURNS text AS $$ BEGIN ...
確定! 回上一頁