Neil Silvester writes:

> How do I convert (or create from scratch) a table who's AUTO_INCREMENT 
> column would be a, b, c, d, e and so forth up to z?
> At the moment I am using an INT column 1, 2, 3, 4, etc, but I would really 
> be able to make good use in my queries if this column was alphabetical 
> instead.

I'd be surprised if there's a way to do it. But what is stopping you
from converting numbers to char codes? Look at the string functions
in the manual.

//C

mysql, database, bullshitfilterthatdoesn'twork
-- 
 Carl Troein - Círdan / Istari-PixelMagic - UIN 16353280
 [EMAIL PROTECTED] | http://pixelmagic.dyndns.org/~cirdan/
 Amiga user since '89, and damned proud of it too.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to