SELECT LEFT(title , 10) FROM articles;
#get first 10 chars of string SELECT SUBSTRING(subject, 1, 10) FROM tbl