Tente avec SUBSTRING_INDEX


SELECT SUBSTRING_INDEX(last_name, ' ', 1) last_name1,
SUBSTRING_INDEX(last_name, ' ', -1) first_name
FROM contacts