Jump to content
Дизайн и модификация IPS Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Атаман

SQL запрос массовой замены ссылки

Recommended Posts

Добрый день, перенес форум в под папку /forums

 

Помогите составить SQL запрос для массовой замены ссылки, а то в постах битые ссылки на картинки галереи.

 

Было:

http://сайт.ru/uploads/gallery/

Стало:

http://сайт.ru/forums/uploads/gallery/

 

Хочу запросы выполнять по 1, правильно ли я составил запросы?

UPDATE ibf_blog_entries SET entry = REPLACE(entry,'старый текст','новый текст');

UPDATE ibf_blog_entries SET entry_short = REPLACE(entry_short,'старый текст','новый текст');

UPDATE ibf_blog_lastinfo SET blog_last_entry_excerpt = REPLACE(blog_last_entry_excerpt,'старый текст','новый текст');

UPDATE ibf_blog_rsscache SET rsscache_feed  = REPLACE(rsscache_feed ,'старый текст','новый текст');

UPDATE ibf_ccs_custom_database_1 SET field_3 = REPLACE(field_3,'старый текст','новый текст');

UPDATE ibf_ccs_database_revisions SET revision_data = REPLACE(revision_data,'старый текст','новый текст');

UPDATE ibf_ccs_revisions SET revision_content = REPLACE(revision_content,'старый текст','новый текст');

UPDATE ibf_content_cache_posts SET cache_content  = REPLACE(cache_content,'старый текст','новый текст');

UPDATE ibf_inline_notifications SET notify_text = REPLACE(notify_text,'старый текст','новый текст');

UPDATE ibf_posts SET post = REPLACE(post,'старый текст','новый текст');

Share this post


Link to post

Все правильно

  • Upvote 1

Share this post


Link to post

Спасибо. Поправил первый пост, забыл про RSS блога.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...