Hi Folks
I know this is a stupid question but I appear to be having a brain cramp this morning. Unfortunately Coffee has not helped me return to clarity today, so I turn to you...
I have a query where I want to return records if the values of either of two separate fields in two different tables are not equal to a specific value.
This is the statement in the WHERE clause that I KNOW is not written properly...
AND (EC.RATING_REFERRAL <> -1 or PU.REVENUE_SHARING <> 1)
There is a proper way to do this, and I know this isn't it. Can someone help?
Thanks
CraigHartz
I know this is a stupid question but I appear to be having a brain cramp this morning. Unfortunately Coffee has not helped me return to clarity today, so I turn to you...
I have a query where I want to return records if the values of either of two separate fields in two different tables are not equal to a specific value.
This is the statement in the WHERE clause that I KNOW is not written properly...
AND (EC.RATING_REFERRAL <> -1 or PU.REVENUE_SHARING <> 1)
There is a proper way to do this, and I know this isn't it. Can someone help?
Thanks
CraigHartz