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

Home -> Community -> Usenet -> comp.databases.theory -> PIZZA time again :-)

PIZZA time again :-)

From: mAsterdam <mAsterdam_at_vrijdag.org>
Date: Thu, 01 Sep 2005 23:54:15 +0200
Message-ID: <431777f2$0$11080$e4fe514c@news.xs4all.nl>


Assume
1. there is a meaningful (or at least consequential) difference between:

	toppings([salami, mozarella, onions]).
		and
	toppings([mozarella, onions, salami]).

2. A, B, C are lists (conforming to the as yet to be published Spight LIST grammar in relational context).

What should

        merge ([A,B], C). % merge list of lists into list mean ?

I think it should merge A and B into C,
preserving order, and fail if it can't.

Or, if merge(+, +) just fail if C isn't a merge.

(google for C3, Dylan, Perl)

(clp - sorry for bothering you :-)
Received on Thu Sep 01 2005 - 16:54:15 CDT

Original text of this message

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