Mysql Powrót tekst po ostatecznym pełnym zatrzymaniu

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