Re: [PHP] auto-incrementing field

2001-07-18 Thread Gunther E. Biernat
>Can anyone tell me if a mySQL table column of type 'varchar' can be set to >auto increment. Nope. >Or does 'auto_incremement' only work on integers? Yep. mit freundlichen Gruessen / yours sincerely Gunther E. Biernat Web Application Engineer __

[PHP] auto-incrementing field

2001-07-18 Thread Brad Wright
Hi all, Can anyone tell me if a mySQL table column of type 'varchar' can be set to auto increment. If it can would 'abc123' automatically increment, if so in what order... ie, would it increment like so: 'abc124 , abc125...abc999, abd000.' Or does 'auto_incremement' only work on