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: comparing data of 2 tables dynamically

Re: comparing data of 2 tables dynamically

From: <pobox002_at_bebub.com>
Date: 22 Jul 2005 11:48:03 -0700
Message-ID: <1122058083.144636.186840@f14g2000cwb.googlegroups.com>


What like these two?

SQL> desc t1

 Name                  Null?    Type

--------------------- -------- ----------------
STR VARCHAR2(100) ID NOT NULL NUMBER START_DATE DATE SQL> desc t2 Name Null? Type
--------------------- -------- ----------------
C CLOB CLOB_ID NUMBER CREATED DATE MODIFIED DATE
Received on Fri Jul 22 2005 - 13:48:03 CDT

Original text of this message

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