Re: Is mysql a RDBMS ?
From: Mikito Harakiri <mikharakiri_at_yahoo.com>
Date: 30 Aug 2003 21:14:50 -0700
Message-ID: <bdf69bdf.0308302014.5da45cde_at_posting.google.com>
Date: 30 Aug 2003 21:14:50 -0700
Message-ID: <bdf69bdf.0308302014.5da45cde_at_posting.google.com>
alfredo_at_ncs.es (Alfredo Novoa) wrote in message news:<e4330f45.0308301120.67e8e62f_at_posting.google.com>...
> "Mikito Harakiri" <mikharakiri_at_ywho.com> wrote in message news:<m6t2b.11$V06.203_at_news.oracle.com>...
> Something like:
>
> x y R
> - - -
> 0 0 0
> 0 1 0
> 1 1 8
> . . .
>
> or
>
> const XXX = extend relation { x Numeric, y Numeric } add R as 3*x*y^2+5*x^3;
>
> ???
No, we would have to add extra column every time when we have one more variable in the polynomial.
Actually, I figured out what to do with monomials already. I'm coding it as an integer:
But then, what do I do next? Assign a surrogate key to each monomial? Certainly a goofy idea... Received on Sun Aug 31 2003 - 06:14:50 CEST