批量修改title
update xxx c set title=CONCAT((select catalog_name from yyy where entity_id=c.main_catalog_id) ,"源码") where sub_category in(95,96,97,101)
xxx,yyy为表名
更多精彩内容:各种AI课程、技能课程、黑科技软件、网站小程序源码、副业小项目、PPT模板等精品素材、电商课程、推广引流课程等,尽在 天边资源网 。
批量修改title
update xxx c set title=CONCAT((select catalog_name from yyy where entity_id=c.main_catalog_id) ,"源码") where sub_category in(95,96,97,101)
xxx,yyy为表名