Re: Easiest way to compare the results of two queries row by rowand column by column - Mailing list pgsql-general

From anupping
Subject Re: Easiest way to compare the results of two queries row by rowand column by column
Date
Msg-id 1556787691679-0.post@n3.nabble.com
Whole thread Raw
In response to Easiest way to compare the results of two queries row by row and column by column  (Jason Long <mailing.lists@octgsoftware.com>)
List pgsql-general
select * from (select id, my_age, ur_age  as urage from datatable where 
agegp != 'S') m where m.myage <> m.urage



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Migrating an application with Oracle temporary tables
Next
From: Guntry Vinod
Date:
Subject: Back Slash \ issue