SQL 语句
    
            
摘要:1select * into employee1 from employee //创建临时表 declare @sql as nvarchar(2000)declare @tablename as nvarchar(100)DECLARE ldw CURSOR for SELECT name FROM sct03.dbo.sysobjects where xtype='U' ...
        
阅读全文
 
            
                posted @ 
2006-05-11 17:38 
LMM
        
阅读(128) 
         
        推荐(0)