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: Nulls, integrity, the closed world assumption and events

Re: Nulls, integrity, the closed world assumption and events

From: Neo <neo55592_at_hotmail.com>
Date: 25 Jan 2007 20:09:52 -0800
Message-ID: <1169784592.502754.275970@k78g2000cwa.googlegroups.com>


I may have screwed up your pizza order. Did you mean these?

(; Get cheeses on pizzas with peperoni topping)
(; Gets mozzarella, provolone, mozzarella)
(get (& (get pizza instance *)

           (get * topping peperoni))
       cheese *)

(; Get cheeses on first pizza with peperoni topping)
(; Gets mozzarella, provolone)
(get (filterFirst (& (get pizza instance *)

                         (get * topping peperoni)))
       cheese *)
Received on Thu Jan 25 2007 - 22:09:52 CST

Original text of this message

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