Questo non è testato, ma dovrebbe funzionare in tutte le versioni di PostgreSQL:
UPDATE plays SET album = substring (album FROM '^6,(?:(.+),)?tv\d+');
Questo non è testato, ma dovrebbe funzionare in tutte le versioni di PostgreSQL:
UPDATE plays SET album = substring (album FROM '^6,(?:(.+),)?tv\d+');