Product Documentation

SQL Reference Guide

Previous Topic

Next Topic

COUNT_BIG

To resolve the problem of counting rows when they are more the 2^31-1, a new aggregate function COUNT_BIG has been added in V11.5 and later. This function is like COUNT except that it returns a BIGINT instead of an INTEGER.

TOCIndex