Re: sequencing two tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shachar Shemesh <psqll(at)shemesh(dot)biz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: sequencing two tables
Date: 2004-11-29 02:44:11
Message-ID: 1794.1101696251@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shachar Shemesh <psqll(at)shemesh(dot)biz> writes:
> I thought about doing something like this:
> select |COALESCE(table1.field, table2.field) as field from table1 full
> outer join table2 on false

Perhaps you are looking for UNION ALL? If not, I'm not sure what you
expect this query to mean.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adam Ernst 2004-11-29 02:48:21 Table and Field Schemas
Previous Message Uwe C. Schroeder 2004-11-29 02:41:50 How many views...