码迷,mamicode.com
首页 > 数据库 > 详细

sql example 6 -- update

时间:2015-06-14 16:33:01      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

sql example 6 – update

sql example 6 – update

insert into user1 (id, username) values (99, ‘test‘);
update user1 set username=‘I am 99‘ where id=99;
select * from user1;

sql example 6 -- update

标签:

原文地址:http://www.cnblogs.com/sunznx/p/4575108.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!