thank you

From: Basavaraj <basava247(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: thank you
Date: 2013-08-19 05:44:49
Message-ID: 1376891089182-5767787.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christoph Moench-Tegeder 2013-08-19 05:45:06 Re: Memory Issue with array_agg?
Previous Message Jayadevan M 2013-08-19 04:58:19 Re: PostgreSQL 9.3