View Single Post
ישן 01-11-08, 12:37   # 2
vadimg88
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Feb 2008
גיל: 37
הודעות: 710

vadimg88 לא מחובר  

אם יש לך גישה כלשהי להריץ שאילתות נסה את זאת:

קוד:
update table_name set table_field = replace(table_field,'replace_that','with_this');
דוגמא:

קוד:
update posts set content = replace(content,'dog','cat');
  Reply With Quote