Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Diffing two equivalent tables

Re: Diffing two equivalent tables

From: kshirey <kshirey_at_hencie.com>
Date: Fri, 07 Aug 1998 22:18:59 -0500
Message-ID: <35CBC3A2.BB759B5A@hencie.com>


Try using :

Select * from A
MINUS
Select * from B;

Rodger Talevski wrote:

> Hi all,
>
> I have two indentical tables with unique names. I want to find the
> differences between the tables on a row by row basis.
>
> ie Table A and Table B
>
> select *
> from A, B
> where ....
>
> Resultset
>
> Difference between A, B on row , by row basis.
>
> Cheers
> Rodger
>


Received on Fri Aug 07 1998 - 22:18:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US