mysql 更新某字段值为递增值 2021-04-21 本文已影响0人 小杰66 SET @num:= 0; UPDATE view set description = concat("hello",(@num:= @num+1)) where type="floor";