Archive
You are viewing all articles posted in “Database design”
Recent articles can be found on the homepage.
Eliminate articles when ordering in MySQL
posted on 08 March 2009 (10:06 PM)
When generating alphabetically ordered resultsets from your tables, it may be useful to eliminate articles (the and a in the English language).
The following is a simple method of doing this.