1

Can Any One Tell me how range if Count(*) in SQL Server i.e How much rows it count Return. when to use big_count() in SQL Server

Thank u Dinesh

1 Answer 1

5

COUNT returns an INTEGER so max value is: 2,147,483,647
COUNT_BIG returns a BIGINT so max value is: 9,223,372,036,854,775,807

INT/BIGINT datatype reference

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.