摘要:
create table #tem( a varchar(50), b int ,c int )insert into #tem (a,b,c) select 'a',1,1 insert into #tem (a,b,c) select 'b',2,2 insert into #tem (a,b,c) select 'd',3,3insert into #tem (a,b,c) select '... 阅读全文
posted @ 2007-03-19 15:57 talantlee 阅读(172) 评论(0) 推荐(0)
浙公网安备 33010602011771号