Skip to content

Commit f09c2d3

Browse files
authored
Merge pull request #298 from vitalynechaev/patch-1
Update count-big-transact-sql.md
2 parents ed9335f + 6f090f5 commit f09c2d3

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)