SELECT first_name, last_name, value phone FROM sales.contacts CROSS APPLY STRING_SPLIT(phones, ',');
SELECT STRING_SPLIT (STRING, SPECIALCHARACTER)