Re: thank you

From: Alisa <alisa_pg(at)163(dot)com>
To: Basavaraj <basava247(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: thank you
Date: 2013-08-21 05:22:49
Message-ID: 52144EA9.6090405@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
why do you connect one table with the other? They are't any
relations between them. So I don't understand your point, I am somewhat
confused, you can refer to the following site:
http://www.postgresql.org/docs/9.0/static/queries-table-expressions.html
http://my.oschina.net/Kenyon/blog/79543
> Ya i got the answer here is the code
>
>
> SELECT *
> FROM (SELECT row_number() over(), * FROM employee) t1
> right outer JOIN (SELECT row_number() over(), * FROM managers) t2 on
> t1.row_number=t2.row_number
>
>
>
> Thank you
>
>
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/Here-is-my-problem-tp5766954p5767787.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>

In response to

  • thank you at 2013-08-19 05:44:49 from Basavaraj

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2013-08-21 07:08:54 Re: Alternate input for user defined data type
Previous Message Alvaro Herrera 2013-08-21 04:37:08 Re: Commit hung bug