MySQL常用操作

canca14年前 (2012-01-25)602
1、字符串拼接:update products a,categorys b set a.categoryNumbers = concat(b.parent,",",a.categoryId,",")where b.id = a.categoryId…