Re[2]: Tree-like structure: make it simply

2003-12-05 Thread Alex E.Wintermann
Hello Matthew, Friday, December 5, 2003, 2:12:08 AM, you wrote: thanks, but some more see below. [skipped] >> I have some table: >> /* BEGIN DUMP */ >> CREATE TABLE `sp_tovar_vid` ( >> `id` int(11) NOT NULL auto_increment, >> `id_tovar_vid` int

RE: Tree-like structure: make it simply

2003-12-05 Thread Dan Greene
D] > Subject: Re: Tree-like structure: make it simply > > > I think I can help with questions 1 and 3... see below, > > > > - Original Message - > From: "Alex E.Wintermann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursd

Re: Tree-like structure: make it simply

2003-12-04 Thread Matthew
I think I can help with questions 1 and 3... see below, - Original Message - From: "Alex E.Wintermann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 11:44 PM Subject: Tree-like structure: make it simply > Hello mysql, > >

Tree-like structure: make it simply

2003-12-04 Thread Alex E.Wintermann
Hello mysql, I have some table: /* BEGIN DUMP */ CREATE TABLE `sp_tovar_vid` ( `id` int(11) NOT NULL auto_increment, `id_tovar_vid` int(11) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `description` varchar(255) NOT NULL def