pbootcms違禁詞替換方法sql
select * from `dede_archives` where `description` like '%最%'
select * from "ay_content" where `description` like '%最%'
update "ay_content" set description=replace(description,'最',' ')
select * from "ay_content" where `content` like '%最%'
update "ay_content" set content=replace(content,'最佳','不錯的')
update "ay_content" set content=replace(content,'極佳','不錯的')
update "ay_content" set content=replace(content,'最','z')
如果您的問題還未解決可以聯系站長付費協助。

有問題可以加入技術QQ群一起交流學習
本站vip會員 請加入無憂模板網 VIP群(50604020) PS:加入時備注用戶名或昵稱
普通注冊會員或訪客 請加入無憂模板網 技術交流群(50604130)
客服微信號:15898888535
聲明:本站所有文章資源內容,如無特殊說明或標注,均為采集網絡資源。如若內容侵犯了原著者的合法權益,可聯系站長刪除。