常用两种复制表数据SQL语句
摘要:--创建表,并复制数据到新建表中去 select * into aaa from [Table] --向表中插入数据 insert into aaa select * from [Table]
        阅读全文
				
		posted @ 2008-09-25 14:44
		
		posted @ 2008-09-25 14:44
		
		posted @ 2007-11-20 15:15
		
		posted @ 2007-04-19 14:24