03 2018 档案

摘要:Sql 组织编写语句 declare @one int,@tow int,@str varchar(100),@num intselect @one=1while(@one<=9)beginselect @tow=1,@str='' while(@tow<=@one) begin set @num 阅读全文
posted @ 2018-03-30 15:48 刘靖凯 阅读(662) 评论(0) 推荐(0) 编辑