This command is used to query the total number of records in a table.
count [tableName];
For more information, please see Error Codes.
Query the total number of records in a table:
tcaplus> count game_player;
--------------------------------------------------------------------------------
| TableName Count |
--------------------------------------------------------------------------------
| table_list 16 |
--------------------------------------------------------------------------------
Was this page helpful?