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
__

RealNetworks GmbH   Tel.: +49-40-415204-24
Weidestraße 128 Fax.: +49-40-415204-11
22083 Hamburg   Mail: [EMAIL PROTECTED]
Germany URL : http://de.real.com
__



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 integers?

thanks,
 Brad


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]