alter table ytt add id int not null; set @i = 0; insert into ytt(field1,id) select field1,@i := @i+1 from ytt; delete from ytt where id = 0;
56,940
社区成员
56,756
社区内容
加载中
试试用AI创作助手写篇文章吧