split string dan salin elemen terakhir postgresql

update tableName set colName = regexp_replace(colName, '.*,', '')
Auuntoo