select姓名,sum(分数1)as语文,sum(分数2)as数学from(select姓名,分数as分数1,0as分数2from表2where科目='语文'unionall(select姓名,0,分数from表2where科目='数学'))groupby姓名orderby姓名desc。
- 情感问答
- 答案列表
数据库的查询语句:数据库的修改语句怎么写[朗读]
plsql查询工具便可查询。
1)查询学生总人数selectcount(sno)fromstudent2)查询选修了课程的学生人数selectcount(distinctsno)fromsc3)计算1号课程的学生平均成绩。
select*fromtws2f14ccc260d71where地类='1999资源清查有林地'。
select从数据库中检索行,并允许从一个或多个表中选择一个或多个行或列.虽然select语句的完整语法较复杂,但是其主要的子句可归纳如下:selectselect_list[intonew_table]fromtable_source[wheresearch_condition][groupbygroup_by_expression][havingsearch_condition][orderbyorder_expression[asc|desc]]可以在查询之间使用union运算符,以将查询的结果组合成单个结果集。