消息 102,级别 15,状态 1,第 1 行 '>' 附近有语法错误。
usestudentgoselect学号,AVG(成绩)as平均成绩from学生groupby学号havingAVG(成绩)>=80goselect学号,AVG(成绩)>...
use student
go
select 学号,AVG(成绩) as 平均成绩
from 学生
group by 学号
having AVG(成绩)>=80
go
select 学号,AVG(成绩)>=80 into 学生副本
from 学生
go
select 学号,AVG(成绩)>=80 from 学生副本
go
在sqlserver2008运行后出现上述问题 展开
go
select 学号,AVG(成绩) as 平均成绩
from 学生
group by 学号
having AVG(成绩)>=80
go
select 学号,AVG(成绩)>=80 into 学生副本
from 学生
go
select 学号,AVG(成绩)>=80 from 学生副本
go
在sqlserver2008运行后出现上述问题 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询