Re: regarding join

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: AKHILESH GUPTA <akhilesh(dot)davim(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: regarding join
Date: 2006-03-25 08:45:47
Message-ID: 20060325084547.GA1695@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On Sat, Mar 25, 2006 at 12:06:34PM +0530, AKHILESH GUPTA wrote:
> hi all,
> below I have created two tables in pgsql with field name as 'name' and 'id'
> as their datatype 'varchar(15)' and 'integer'.

<snip>

Looks like:

select * from test1
UNION ALL
select * from test3;

would be a very good start.
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Becker 2006-03-25 10:57:35 Re: regarding join
Previous Message Leon Pu 2006-03-25 07:54:29 Re: PostgreSQL support on Redhat Advance Server 2.1

Browse pgsql-sql by date

  From Date Subject
Next Message Stefan Becker 2006-03-25 10:57:35 Re: regarding join
Previous Message Andreas Kretschmer 2006-03-25 07:45:54 Re: regarding join