Chinaunix首页 | 论坛 | 博客
  • 博客访问: 557266
  • 博文数量: 121
  • 博客积分: 6585
  • 博客等级: 准将
  • 技术积分: 1920
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-01 17:18
文章分类

全部博文(121)

文章存档

2010年(11)

2009年(62)

2008年(48)

分类:

2008-03-18 19:34:00

create table tmp select * from yourtablename where id >109;
delete from yourtablename where id >109;
alter table yourtablename auto_increment = 110;
insert into yourtablename select * from tmp;
drop table tmp;
阅读(902) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~