SELECT LEFT(title , 10) FROM articles;
SELECT author FROM lyrics WHERE author LIKE 'B%';
#get first 10 chars of string SELECT SUBSTRING(subject, 1, 10) FROM tbl