mysql last occurrence in string code example Example: find last instance of character in string mysql SELECT SUBSTRING_INDEX("first_middle_last", '_', -1);