Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Thinking about MINUS

Re: Thinking about MINUS

From: Neo <neo55592_at_hotmail.com>
Date: 7 Jan 2007 10:00:11 -0800
Message-ID: <1168192811.365681.67620@11g2000cwr.googlegroups.com>


> what could the meaning of "NOT (strawberry OR apple) AND grape" be?

(new 'strawberry)
(new 'apple)
(new 'grape)

(; Following expression returns grape)
(and (not (or strawberry apple)) grape) Received on Sun Jan 07 2007 - 12:00:11 CST

Original text of this message

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