Re: Thinking about MINUS
Date: 8 Jan 2007 12:17:43 -0800
Message-ID: <1168287463.024036.147710_at_i15g2000cwa.googlegroups.com>
Aloha Kakuikanu wrote:
> This was the "argument skit" reply, which I expected an "argument skit"
> followup.
No, no, no.
This is comp.databases.theory. You don't come here for an argument. This is abuse.
[snip]
> There is really little substance in this subject
Oh I dunno.
(Forgive me Codd, for I have SQLed).
CREATE DISTINCT TYPE Natural_Number USING 'mumble'; -- it doesn't matter.
CREATE TABLE Successor ( X Natural_Number NOT NULL PRIMARY KEY,
Y Natural_Number UNIQUE REFERENCES Successor ( X ), CHECK ( X <> Y ) );
The final axiom is really hard. So I'll just punt on it.
Note - oddly - I can't get rid of the nullability of the Y column.
Anyway, the point is that you don't need numerals at all. Cabbages or drips of ceiling wax will work just as well.
Discuss.
o Received on Mon Jan 08 2007 - 21:17:43 CET