if exists(select 分数 from 成绩表 where 学号="201009532") select 分数 from 成绩表 where 学号="201009532" else select 0 as 分数 from 成绩表
isnull(分数,0)
select isnull(sum(分数),0) from 成绩表 where 学号="201009532"
34,837
社区成员
254,632
社区内容
加载中
试试用AI创作助手写篇文章吧