tbl_row_count
count = tbl_row_count([oid])
This function returns the number of rows in the table image given by object identifier oid. If oid is omitted, it returns the number of rows in the table containing the cursor. Returns —1 if the cursor is not inside a table.
Related Topics