admin管理员组

文章数量:1290208

in phpmyadmin, i use this SQL command to update all posts that have guid like '%/?p=%' = "https:/bkfast.vn/"+post_name

update lgs_posts set guid=''&'post_name' where guid like '%/?p=%'

But it's error: Truncated

Pls help me update all posts that have guid like '%/?p=%' = "https:/bkfast.vn/"+post_name

Old: -> New:

Info: post_name varchar(200); guid varchar(255)

本文标签: postshow to Update guidquottextquotpostname