Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

replace content value from old to new sql

Update  tbl.Products
Set articlenumber = replace(articlenumber, 's401', 'I00010') 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #replace #content #sql
ADD COMMENT
Topic
Name
7+3 =