mysql 批量更新子查询

报错的sql :sql UPDATE pro_t_info as p SET Pro_Code = concat(Pro_Code,Pro_ID) WHERE Pro_ID in(  select Pro_ID from pro_t_info where  channel_source = 0 and Pro_CreateTime >'2018-04-23'  group by Pro_Code
相关文章
相关标签/搜索