SQL小操作总结

对SQL数据表中的数据直接更新操作SQL语句:

//直接调用数据表中的函数
update test set test.a = test.a + 1 where b = 100

 

posted @ 2014-11-12 15:52  学知行者  阅读(94)  评论(0编辑  收藏  举报