Re: [Haskell-cafe] Compulsory relation 1 to many from entity A to entity A

2008-02-11 Thread Justin Bailey
On Feb 9, 2008 2:12 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'd like to build a database model with winHugs that allows > a "recursive relation". For example a single instance of > entity "components" is related with at least another row of > the entity "components" (1 to many relationsh

[Haskell-cafe] Compulsory relation 1 to many from entity A to entity A

2008-02-09 Thread [EMAIL PROTECTED]
Hallo! I'd like to build a database model with winHugs that allows a "recursive relation". For example a single instance of entity "components" is related with at least another row of the entity "components" (1 to many relationship). How can I do that? Thank you for your attention! __