Re: SQL Question - Mailing list pgsql-novice

From Vyacheslav Kalinin
Subject Re: SQL Question
Date
Msg-id 9b1af80e0803040151u3812a825w3823e324cf695263@mail.gmail.com
Whole thread Raw
In response to Function problem after alter table  (Sean Dooley <srd1@st-andrews.ac.uk>)
List pgsql-novice
My fault, there was an excess parenthesis. Should be
SELECT array_to_string(
   array(SELECT jobcode FROM slrojobs WHERE ronum = '56890' ORDER BY jobnum)
, ', ')

pgsql-novice by date:

Previous
From: "Vyacheslav Kalinin"
Date:
Subject: Re: SQL Question
Next
From: "Markus Stocker"
Date:
Subject: Explain explained