Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

UPDATE content_pages SET urlLink = Replace(urlLink, 'pakistantours', 'pakistan-

tours') WHERE id=1177;

SELECT Replace(urlLink, 'pakistantours', 'pakistan-tours') FROM `content_pages`


WHERE id=1177;

UPDATE content_pages SET urlLink = Replace(urlLink, 'pakistantours', 'pakistan-


tours') WHERE urlLink LIKE '%pakistantours%';

You might also like