Thread: Comparing Rows
View Single Post

   
  #3 (permalink)  
Old 04-08-2008, 07:57 AM
casey.kirkpatrick@gmail.com
 
Posts: n/a
Default 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.

Reply With Quote