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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Comparing Rows

Re: Comparing Rows

From: <casey.kirkpatrick_at_gmail.com>
Date: 8 Jun 2005 11:25:05 -0700
Message-ID: <1118255105.646258.222560@o13g2000cwo.googlegroups.com>


Additionally, don't just print the data with questions like this... Take the time to write out:

CREATE TABLE A ...
CREATE TABLE B ...

INSERT INTO TABLE A...
INSERT INTO TABLE A...
INSERT INTO TABLE B...
INSERT INTO TABLE B...

that way we can just copy, pastes, and run your script, and send you a query that works. Received on Wed Jun 08 2005 - 13:25:05 CDT

Original text of this message

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