由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 问个SQL的问题
相关主题
借宝地问个面试中的sql的问题。SQL Server stupid questions
一个SQL写法性能的请教Oracle 问 题 请 诸 位 大 侠 指 教, 急 急 急!!!
how to see all the tables in SQL*PLUS?How to get schema?
Can I create thousands table in one...How to insert images into tables?
急问一个关于T-SQL的问题,谢谢how to separate the table
interview question (SQL)how to particially delete record in sql server
SQL combine two columns from two different tables no shared (转载)如何用SQL语句判断一个TABLE是否存在?
初级问题Question for SQL statment
相关话题的讨论汇总
话题: sql话题: major话题: students
进入Database版参与讨论
1 (共1页)
w******y
发帖数: 59
1
刚刚开始学习SQL,请问下面的问题该怎么编:
有一个叫students 的table,每个学生有name 和 major,请问如何计算每个专业有多少
个学生?
多谢!
I***l
发帖数: 57
2
select major, count(*) from students group by major

【在 w******y 的大作中提到】
: 刚刚开始学习SQL,请问下面的问题该怎么编:
: 有一个叫students 的table,每个学生有name 和 major,请问如何计算每个专业有多少
: 个学生?
: 多谢!

1 (共1页)
进入Database版参与讨论
相关主题
Question for SQL statment急问一个关于T-SQL的问题,谢谢
SQL help.interview question (SQL)
How to hide System tables in MS SQL server?SQL combine two columns from two different tables no shared (转载)
Use Access Link table to use SQL server tables.初级问题
借宝地问个面试中的sql的问题。SQL Server stupid questions
一个SQL写法性能的请教Oracle 问 题 请 诸 位 大 侠 指 教, 急 急 急!!!
how to see all the tables in SQL*PLUS?How to get schema?
Can I create thousands table in one...How to insert images into tables?
相关话题的讨论汇总
话题: sql话题: major话题: students