Re: sql question

From: Ragnar Hafstað <gnari(at)simnet(dot)is>
To: George Essig <george(dot)essig(at)gmail(dot)com>
Cc: Steven Verhoeven <Steven2(at)dmbr(dot)ugent(dot)be>, pgsql-general(at)postgresql(dot)org
Subject: Re: sql question
Date: 2005-03-14 08:41:49
Message-ID: 1110789710.12425.13.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 2005-03-13 at 23:13 -0600, George Essig wrote:
> On Fri, 11 Mar 2005 13:26:07 +0100, Steven Verhoeven
> <Steven2(at)dmbr(dot)ugent(dot)be> wrote:

> [snip problem]

> select id, fref as ref from my_table
> union
> select id, mref as ref from my_table;

union ALL

(see other replies)

gnari

In response to

Browse pgsql-general by date

  From Date Subject
Next Message FERREIRA William (COFRAMI) 2005-03-14 09:44:04 Re: Convert Cursor to array
Previous Message Richard Huxton 2005-03-14 08:30:32 Re: Convert Cursor to array