SORU
10 Mayıs 2011, Salı


MySQL dize değiştirin

Bir URL içeren sütun (id, url) var:

http://www.example.com/articles/updates/43
http://www.example.com/articles/updates/866
http://www.example.com/articles/updates/323
http://www.example.com/articles/updates/seo-url
http://www.example.com/articles/updates/4?something=test

Kelime değiştirmek istiyorum "güncellemeler" için "haber". Bir script ile bunu yapmak mümkün mü?

CEVAP
29 Ocak 2013, Salı


UPDATE your_table
SET your_field = REPLACE(your_field, 'articles/updates/', 'articles/news/')
WHERE your_field LIKE '%articles/updates/%'

http://to.ly/iLjP

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Google Developers

    Google Devel

    23 AĞUSTOS 2007
  • LatinNinja99

    LatinNinja99

    28 EKİM 2011
  • Menglong Tav

    Menglong Tav

    18 Temmuz 2010