码迷,mamicode.com
首页 > 其他好文 > 详细

insert 另外一种用法

时间:2014-11-09 19:23:55      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   on   log   bs   as   

insert first when deptno=10 then into dept01(id) values(deptno)
             when deptno=20 then into dept02(id) values(deptno)
             else into dept03(id) values(deptno)
select deptno from emp;

 

insert 另外一种用法

标签:style   blog   color   sp   div   on   log   bs   as   

原文地址:http://www.cnblogs.com/tianmingt/p/4085650.html

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