Archive for May 8th, 2009
Selecting first letters
From Stack Overflow:
I would like to produce a character list of all of the first letters of column in my database.
Is there a way to do this in MySQL?
Let's create a sample table of 1,000,000 records and fill it with random data:
Read the rest of this entry »