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