Re: [GENERAL] REFERENCES troubles

2000-07-05 Thread Jesus Aneiros
Delete the , after KEY and give owner a datatype and everything works fine. I have tested. Jesus. On Wed, 5 Jul 2000, planx plnetx wrote: > > > CREATE TABLE workers( > > > namevarchar(30), > > > firstname varchar(30), > > > id_personal decimal(10)NOT NULL UNIQUE PRIMARY KEY, > >

Re: [GENERAL] REFERENCES troubles

2000-07-05 Thread planx plnetx
>From: "Robert B. Easter" <[EMAIL PROTECTED]> >To: "planx plnetx" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: [GENERAL] REFERENCES troubles >Date: Tue, 4 Jul 2000 18:38:28 -0400 > >On Tue, 04 Jul 2000, planx plnetx wrote: > > I