截取第二个 '.' 之前的所有字符。

select substring_index('www,sqlstudy,com,cn', ',', 2);