在SqlServer中使用

select * into tempTable from targetTable where 1<>1语句创建一个表的COPY

在Oracle中则使用

create table tempTable select * from targetTable where 1<> 1语句来创建 

posted on 2009-04-07 11:36  .Net Learning  阅读(1638)  评论(0编辑  收藏  举报