Date |Tue, 07 Aug 2001 13:59:05 -0500
>From |[EMAIL PROTECTED]
Hello!
M> Hi All,
M> Not sure if this is a bug or just a standard behavior of a auto_increment
M> zerofill column.
M> I have a column in a MySQL database table assigned as such:
M> memid int(8) auto_increment zerofill primary key,
Thanks Paul,
That works fine. :)
>>On Tue, 7 Aug 2001 16:12:16 -0500, Paul DuBois <[EMAIL PROTECTED]> wrote:
>>>Hi All,
>>>
>>>Not sure if this is a bug or just a standard behavior of a auto_increment
>>>zerofill column.
>>>
>>>I have a column in a MySQL database table assigned as such:
>>>
At 1:25 PM -0500 8/7/01, [EMAIL PROTECTED] wrote:
>Hi All,
>
>Not sure if this is a bug or just a standard behavior of a auto_increment
>zerofill column.
>
>I have a column in a MySQL database table assigned as such:
>
>memid int(8) auto_increment zerofill primary key,
>
>now when the a new row is
Hi All,
Not sure if this is a bug or just a standard behavior of a auto_increment
zerofill column.
I have a column in a MySQL database table assigned as such:
memid int(8) auto_increment zerofill primary key,
now when the a new row is inserted in fills the column with the appropriate 0's,
but
Hi All,
Not sure if this is a bug or just a standard behavior of a auto_increment
zerofill column.
I have a column in a MySQL database table assigned as such:
memid int(8) auto_increment zerofill primary key,
now when the a new row is inserted in fills the column with the appropriate 0's,
but