Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Comparing Rows
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
![]() |
![]() |