Re: select from table and add rows. - Mailing list pgsql-sql

From Gary Stainburn
Subject Re: select from table and add rows.
Date
Msg-id 200707061735.39592.gary.stainburn@ringways.co.uk
Whole thread Raw
In response to Re: select from table and add rows.  (Andrew Sullivan <ajs@crankycanuck.ca>)
Responses Re: select from table and add rows.  (Andrew Sullivan <ajs@crankycanuck.ca>)
Re: select from table and add rows.  (Jon Sime <jsime@mediamatters.org>)
List pgsql-sql
On Friday 06 July 2007 16:02, Andrew Sullivan wrote:
> On Fri, Jul 06, 2007 at 02:25:08PM +0100, Gary Stainburn wrote:
> > This sets up an array with some pseudo values and then populates it with
> > *proper* values from a table.
> >
> > How's the best way to do this all within SQL.
>
> I'm obviously not understanding the question properly, because I
> think you want ot set up a PHP array with values from your table,
> without using PHP.  Which would of course make no sense.  Do you
> mean, how do you populate an array data type with data from individual
> database columns?
>
> A

I want to be able to do away with the first line of the code, and create a 
select statement that would generate the three rows first, followed by the 
rows from the table I'm using. I want to be able to do the same job without 
having to pre-load the array.

In other words, what's the best way to inject pre-defined rows into a select 
statement.


-- 
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000     


pgsql-sql by date:

Previous
From: Bob Singleton
Date:
Subject: Re: Iterate and write a previous row to a temp table?
Next
From: Andrew Sullivan
Date:
Subject: Re: select from table and add rows.