| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Thimble Smith | Date: | April 30 1999 11:58pm |
| Subject: | Re: Unique id generation for MySQL | ||
| View as plain text | |||
This is planned for the near? future. But right now it's not
possible.
In the manual there's a trick described for how to simulate
sequences using an auto_increment column and something like:
SELECT LAST_INSERT_ID(auto_column + 1)
Please read that section of the manual.
Tim
On Sat, May 01, 1999 at 12:47:59AM +0100, Georg Cantor wrote:
> MySQL uses autoincrement values again if those above them have been
> deleted. Is there a way to disable this?
| Thread | ||
|---|---|---|
| • Unique id generation for MySQL | Georg Cantor | 1 May |
| • Re: Unique id generation for MySQL | Thimble Smith | 1 May |
| • Re: Unique id generation for MySQL | Paul DuBois | 1 May |
| • Re: Unique id generation for MySQL | Bill Heckel | 4 May |
| • Re: Unique id generation for MySQL | Christian Mack | 5 May |
