摘要:
truncate table tab1 create table tab1 ( a int primary key not null identity(1,1), b varchar(10), c varchar(10), d float, e float, f float ) go insert into tab1(b,c,d,e,f) values('a','aa',1,2,3... 阅读全文
posted @ 2009-12-08 09:42
Jorry-o
阅读(1086)
评论(0)
推荐(0)