Code: Select all
update `newprice list` set `newprice list`.Description =
replace([field_name],'[#]','[,]');Thanks
Clint
Moderator: General Moderators
Code: Select all
update `newprice list` set `newprice list`.Description =
replace([field_name],'[#]','[,]');Code: Select all
update `newprice list` set `newprice list`.Description =
replace(`newprice list`.Description,'#',',');