<[EMAIL PROTECTED]>
To: "Konrad Kieling" <[EMAIL PROTECTED]>,
"mysql List"
Subject: Re: global object-id
Date: Thu, 10 Feb 2005 16:57:49 +0100
> is there a simple way (ie without creating and deleting datasets in an
> extra table) to use an auto_increment i
Hi!
On Feb 10, Konrad Kieling wrote:
> hi,
> is there a simple way (ie without creating and deleting datasets in an
> extra table) to use an auto_increment id field in several tables. no
> table has to have all ids, so i cannot use the field of a master table
> in childs. it seems one can use a
> is there a simple way (ie without creating and deleting datasets in an
> extra table) to use an auto_increment id field in several tables. no
> table has to have all ids, so i cannot use the field of a master table
> in childs. it seems one can use a sequence in postgresql in different
> tables.