I have a table that contains thousands of URLs. Each URL will have a corresponding folder, so I was considering using mySQL to create a short and usable folder name for each existing URL and for new URLs as they are added to the table.
What I would like is to specify something like a field 5 chars long of chars a-z, and have mySQL autogenerate values for that field.
Can the mySQL engine do this natively, or would I have to do this in code?