MySQL Forums
Forum List  »  General

Search in NestedSets
Posted by: Florian Krebber
Date: May 12, 2005 03:29AM

hello everyone...

i hope i am right in this part of the forum with my problem. this is what driving me nuts since a long time:

i have 3 tables, one for adresses, one for a structure and one for referencing both together. the structure table is a nested sets table. everything is fine, reading, checking the tree, insert etc.

so now i want to search in the adresses for a specific one. let's say i make a search LIKE '%Schmit%' or whatever. i need help how i can get the adress, the structure element that it is in AND the whole tree above this element with ONE query. it's driving me nuts. i can't figure it out.

by the way the only information that i am storing in the reference table is the id of the adress and the id of the structure element that it is in. and sure each entry in this table has also a id.

thanks a lot for your help.

Options: ReplyQuote


Subject
Written By
Posted
Search in NestedSets
May 12, 2005 03:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.