T-sql编程 入门小游戏 T-sql编程基础,包括声明变量,if判断,while循环,以及使用一些基本函数. 记得在学校的时候,写过一个二人对打的文字输出游戏. 上代码 alter proc usp_paly as ),) declare @atk1 int,@atk2 int declare @hp1 int,@hp2 int set @paly1 ='神秘阿会喃' set @paly2 ='吕布' ; ; declare @rand int,@times int; ; ; begin ;…