mysql trim first 3 characters code example Example: mysql get first x characters SELECT LEFT(title , 10) FROM articles;