Skip to content

Commit ac974a6

Browse files
authored
Merge pull request #4397 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 5f1c3f9 + f09c2d3 commit ac974a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/count-big-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ms.author: "edmaca"
3030
manager: "craigg"
3131
ms.workload: "On Demand"
3232
---
33-
# COUNT_BIG (Transact-SQL)
33+
# COUNT_BIG (-SQL)
3434
[!INCLUDE[tsql-appliesto-ss2008-all-md](../../includes/tsql-appliesto-ss2008-all-md.md)]
3535

3636
Returns the number of items in a group. COUNT_BIG works like the COUNT function. The only difference between the two functions is their return values. COUNT_BIG always returns a **bigint** data type value. COUNT always returns an **int** data type value.

0 commit comments

Comments
 (0)