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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Data comparison question

Re: Data comparison question

From: Paul Druker <pdruker_at_metaway.com>
Date: 2000/08/04
Message-ID: <2lDi5.373$c8.71571@typhoon-news1.southeast.rr.com>#1/1

I guess it should be enough. However, I'm afraid it won't work for the LONG columns.

Paul

<sergey_s_at_my-deja.com> wrote in message news:8meqa1$ui8$1_at_nnrp1.deja.com...
> I need to verify that two tables have exactly the same data. To do that
> I am planning the following:
>
> select * from T1
> MINUS
> select * from T2;
>
> and then
>
> select * from T2
> MINUS
> select * from T1;
>
> If I get no rows selected in both cases, will that be sufficient?
>
> Thank you!
>
> Sergey
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Aug 04 2000 - 00:00:00 CDT

Original text of this message

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