摘要:
在SqlServer中使用select * into tempTable from targetTable where 1<1语句创建一个表的COPY在Oracle中则使用create table tempTable select * from targetTable where 1< 1语句来创建 阅读全文
posted @ 2009-04-07 11:36
.Net Learning
阅读(1645)
评论(0)
推荐(0)