Re: SQL Question

From: "Vyacheslav Kalinin" <vka(at)mgcp(dot)com>
To: josh(dot)walusz(at)lightyeardt(dot)com
Cc: joshua(at)joshuaneil(dot)com, pgsql-novice(at)postgresql(dot)org
Subject: Re: SQL Question
Date: 2008-03-04 09:51:01
Message-ID: 9b1af80e0803040151u3812a825w3823e324cf695263@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)
, ', ')

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Markus Stocker 2008-03-04 14:53:32 Explain explained
Previous Message Vyacheslav Kalinin 2008-03-03 23:06:50 Re: SQL Question