Re: How to SELECT

From: Angayarkanni <kangayarkanni(at)gmail(dot)com>
To: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: How to SELECT
Date: 2010-03-11 07:23:26
Message-ID: 2a77004c1003102323t6b5e5b98y183fa386f7c978fe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Yes I got Yaar

Thanks a lot !!! (Dave Crooke,A. Kretschmer )

Regards,
Angayarkanni Kajendran

On Thu, Mar 11, 2010 at 12:44 PM, A. Kretschmer <
andreas(dot)kretschmer(at)schollglas(dot)com> wrote:

> In response to Angayarkanni :
> > Hi,
> >
> > I am the beginner of pgpsql
> >
> >
> > I need to select from two tables say T1,T2 by UNION
> >
> > when the value is from T1 the output should by a 1 and
> > when the value from T2 the out put should be 2
> >
> > when T1 Hits values should be 1 and when T2 hits the value should be 2
>
> select 'table 1' as table, * from t1 union all select 'table 2', * from t2;
>
>
> Regards, Andreas
> --
> Andreas Kretschmer
> Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
> GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2010-03-11 08:39:59 Re: shared_buffers advice
Previous Message Dave Crooke 2010-03-11 07:15:10 Re: How to SELECT