MySQL Forums
Forum List  »  Oracle

Hierachical storage of data
Posted by: Pierre Ducrot
Date: April 22, 2006 04:53AM

Hi,

Is there a MySQL way of storing hierachical data such as Oracle "references":

create table hierarchy_tbl (
id number primary key,
parent_id references hierarchy_tbl,
data varchar2(30)
);

Thanks,

Pierre

Options: ReplyQuote


Subject
Views
Written By
Posted
Hierachical storage of data
3644
April 22, 2006 04:53AM
8479
April 30, 2006 05:53AM


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.