thank you - Mailing list pgsql-general

From Basavaraj
Subject thank you
Date
Msg-id 1376891089182-5767787.post@n5.nabble.com
Whole thread Raw
In response to Re: need help  (David Johnston <polobo@yahoo.com>)
Responses Re: thank you  (Alisa <alisa_pg@163.com>)
List 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.


pgsql-general by date:

Previous
From: Robert Sosinski
Date:
Subject: Re: Memory Issue with array_agg?
Next
From: Pavel Stehule
Date:
Subject: Re: Memory Issue with array_agg?