update vipinfo set renewtime='2015-09-04',expiretime='2017-03-06',vip='vip2' where id=23
上面的修改语句
insert into vipinfo (renewtime,expiretime,vip) values ('2015-09-04','2017-03-06','vip2')
以上是添加语句