[求助] 在Sql语句结尾之后找到字符
update PhoneInfo
set VoteCount=VoteCount+1;
VoteScore=(@VoteScore+VoteCount*VoteScore)/(VoteCount+1)
where PhoneID=@PhoneID
弹出错误窗口 在Sql语句结尾之后找到字符
如果有人投票的话 重新计算投票的分数 本人新学的数据库 该如何做?
急救!!
update PhoneInfo
set VoteCount=VoteCount+1;
VoteScore=(@VoteScore+VoteCount*VoteScore)/(VoteCount+1)
where PhoneID=@PhoneID
弹出错误窗口 在Sql语句结尾之后找到字符
如果有人投票的话 重新计算投票的分数 本人新学的数据库 该如何做?
急救!!