0
MMuhammadali-gold
of contract
The code updates the buyer and seller addresses for a contract with the given id.
0 Comments
update sm_document_contracts set buyer_address = replace(buyer_address,'\','/'), seller_address = replace(seller_address,'\ ','/') where id= #id