Hello
I have two tables. One is article and the other structure. And the articles can be viewed as a tree with childnodes and so on. Like the Windows forms control TreeView.
The structure table basically looks this:
- article_id
- article_above_id
Article:
- article_id
- article_number
I want to select from a maximum of five article_number's and from that show the article which has these articles under it in the tree.
The article_number-data comes from a GUI where at least one is required and will be null if nothing entered.