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

insert 与 with as的联结使用?

2012-09-03 
insert 与 with as的联合使用??insert 与 with as的联合使用???http://www.itpub.net/viewthread.php?tid

insert 与 with as的联合使用??

insert 与 with as的联合使用??

?

http://www.itpub.net/viewthread.php?tid=1397088&pid=17273772&page=1&extra=page%3D1#pid17273772

?

?

insert into one(id)

with ?te ?as (select 1 l from dual)

??select id from one where one.id in (

select l from te) values(id);

热点排行