Thursday, July 24, 2003, 10:09:25 AM, Dave wrote:
DP> Compared actual result set
DP> with expected result set via minus.

I've done that too. I need to search the cobwebs of my
memory a bit, but I recall having use MINUS both ways to be
sure:

results MINUS expected_results
    tells you whether the real results included any rows
    that are unexpected

expected_results MINUS results
    tells you whether results omitted any expected rows

I seem to recall once having to use GROUP BY and COUNT to
ensure that the *right quantity* of each row was in the
result set.

Best regards,

Jonathan Gennick --- Brighten the corner where you are
http://Gennick.com * 906.387.1698 * mailto:[EMAIL PROTECTED]

Join the Oracle-article list and receive one
article on Oracle technologies per month by 
email. To join, visit http://four.pairlist.net/mailman/listinfo/oracle-article, 
or send email to [EMAIL PROTECTED] and 
include the word "subscribe" in either the subject or body.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jonathan Gennick
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to