SQL Server COUNT() 函数
定义和用法
COUNT() 函数返回 select 查询返回的记录数。
注意: NULL 值不会被统计。
语法
COUNT(expression)
参数值
参数 | 描述 |
---|---|
expression | 必填。字段或字符串值 |
技术细节
适用于 | SQL Server (从 2008 版本开始),Azure SQL 数据库,Azure SQL 数据仓库,并行数据仓库 |
---|
COUNT() 函数返回 select 查询返回的记录数。
注意: NULL 值不会被统计。
COUNT(expression)
参数 | 描述 |
---|---|
expression | 必填。字段或字符串值 |
适用于 | SQL Server (从 2008 版本开始),Azure SQL 数据库,Azure SQL 数据仓库,并行数据仓库 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]