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: including 'is null' brings cartesian result

Re: including 'is null' brings cartesian result

From: <mikharakiri_nospaum_at_yahoo.com>
Date: 2 Mar 2005 14:08:22 -0800
Message-ID: <1109801302.263562.262600@l41g2000cwc.googlegroups.com>


Apply brackets correctly:

 WHERE (mw.mwv_minimum_wage_variation_id = mwv.minimum_wage_variation_id
OR mw.mwv_minimum_wage_variation_id is NULL) AND ... Received on Wed Mar 02 2005 - 16:08:22 CST

Original text of this message

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