The TABLE_COUNT function takes a single string parameter that is assumed to be the name of a data table within the application. The function counts the number of records in the named table and returns the result. This function supports the integral number return type.
@TABLE_COUNT (Table Name) | |
---|---|
Table Name | Required string parameter; contains the name of the data table
whose total number of records is to be returned. If this parameter
contains a name that does not match any defined data tables, the
function will return zero. |
Integral Number