发布网友
共2个回答
热心网友
if (@num1 < @time)
AND (@num2 < @time)
AND (@num3 < @time)
then
热心网友
可以,这种方式是对的,是你自己写的有点问题,用if语句时应该把所有的判断语句用小括号()括起来。