某些情况下“selectcount(*)”的返回行数会比“selectcount(value)”少。
举一反三
- selectcount(*)fromstudent和selectcount(id)fromstudent之间的区别是什么?
- 有表sc(sno,cno,degree),查询选修了课程的学生的人数,使用的SELECT子句正确的是() A: SELECTcount(distinctsno) B: SELECTcount(cno) C: SELECTcount(*) D: SELECTcount(sno)
- SELECTcount(*)FROMemployee表示查出记录条数
- 查询女生人数Selectcount(*)fromstudentwhere()=’女’
- 假定表table1中phone列有空值,则selectcount(*)fromtable1与selectcount(phone)fromtable1相等吗?() A: 相等 B: 不相等