At 14:16 -0500 9/22/06, [EMAIL PROTECTED] wrote:
>> I seem to recall that when creating a table, you could designate an
>> auto_increment field to begin counting at zero(0) instead of one (1),
but I
>> can't find an example in the documents.
>>

> Don't store 0 in an AUTO_INCREMENT column.

Thanks Dan and Paul,

Since I can't store 0 in the column, I won't ;>)

For clarification,  I'm writing a DICOM application and will store a
complicated query result in table before further processing of the data. I
guess I'll deal with the "starts at  1, not 0" issue in the application.

David



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

Reply via email to