replace content value from old to new sql

Solutions on MaxInterview for replace content value from old to new sql by the best coders in the world

showing results for - "replace content value from old to new sql"
Luca
06 Sep 2020
1Update  tbl.Products
2Set articlenumber = replace(articlenumber, 's401', 'I00010') 
3