COUNT_BIG Function - SQL Server to PostgreSQL Migration

In SQL Server, the COUNT_BIG function is similar to the COUNT function but returns the number of rows as BIGINT.

For more information, see COUNT and COUNT_BIG Functions - SQL Server to PostgreSQL Migration.