如:declare @tt int
set @tt=5
if @tt>1&&@tt<10
print 'ok'错误如下:
消息 102,级别 15,状态 1,第 3 行
'&' 附近有语法错误。
不明白&&为什么不能用在if语句中???