SELECT * FROM `tableName` WHERE `columnName` REGEXP '^[0-9]'; SELECT * FROM `tableName` WHERE `columnName` not REGEXP '^[0-9]';