Re: Zerofill Auto_Increment

2001-08-08 Thread Grigory Bakunov
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,

Re: Zerofill Auto_Increment

2001-08-07 Thread mickalo
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: >>>

Re: Zerofill Auto_Increment

2001-08-07 Thread Paul DuBois
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

Zerofill Auto_Increment

2001-08-07 Thread mickalo
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

Zerofill Auto_Increment

2001-08-07 Thread mickalo
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