首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

将数据库中一个表中的数据安插另一张表中

2012-10-28 
将数据库中一个表中的数据插入另一张表中insert into ol_opersign(operno,deptno,sysno,sysstatus,perstat

将数据库中一个表中的数据插入另一张表中
insert into ol_opersign(operno,deptno,sysno,sysstatus,perstatus)(select operno,deptno,'99700040000','01','01' from ol_operinfo) ;

热点排行