摘要: 1 SET NOCOUNT ON; 2 declare @taba table( 3 CityD int , 4 Cityame nvarchar (50) 5 ) 6 insert into @tab... 阅读全文
posted @ 2015-08-07 17:00 我_爱编程 阅读(271) 评论(0) 推荐(0)