Michael Satterwhite wrote:

>> So I can add the column, and I can set it to have an auto_increment, but
>> will that start out at 201? or will it start at 1 and propogate through?
>
> If you don't modify the table definition, it will start at 1 and propagate
> throughout: e.g.

Are you saying that it will propogate through the _existing_ rows, or only on
rows added later?




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to