-- Original message from Richard Whitney <[EMAIL PROTECTED]>:
--
> Hello!
>
> I have situation where I need to find the next autoindex of a table - not just
> max(field) because the next autoindex may not jive with the number created by
&
Hello!
I have situation where I need to find the next autoindex of a table - not just
max(field) because the next autoindex may not jive with the number created by
max(field)
Any ideas?
Am I making sense?
Thanks!
R. Whitney
Transcend Development
"Producing the next phase of your int
Gabriela Moisi <[EMAIL PROTECTED]> wrote:
> Do you plan to include in future MySQL release command like
>
> REBUILD AUTOINCREMENT field_name ...?
>
> (to rebuild auto_increment field, useful after masive delete, to start
> again from 1)
For MyISAM table you can do it with ALTER TABLE state
Do you plan to include in future MySQL release command like
REBUILD AUTOINCREMENT field_name ...?
(to rebuild auto_increment field, useful after masive delete, to start
again from 1)
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lis