求助这个T-SQL?????????
目的 小于 60分 所有成绩+2 不能超100while(1=1)
if not exists(select a from tab where a<60)
break
else
update tab set a=a+2 where a!>98
______________________________________________
while exists(select a from tab where a<60)
update tab set a=a+2 where a!>98
上面书上写的下面是我自己写的
下面的弊端
我本来 a写的是*(懒得写一屁股篼关于列的单词)
老师先说思想错误 然后说 速度慢 接着走列....
想了半天没明白放学了
抓不到人问了