MySQL Rückgabetext nach einem endgültigen Vollstopp

SELECT SUBSTRING_INDEX("here.is.some.txt", '.', -1);
Adventurous Antelope