countrecords()

Examples


The countrecords() function returns the number of records in the specified table.

Syntax

countrecords(table table_name)

Parameters

table table_name – The name of the table you want to count records in.

Return value

Long integer

Comments

This function can also be used to retrieve an estimate of the number of records in a range.


Documentation Feedback