tencent cloud

Last updated: 2024-12-04 10:12:05
count
Last updated: 2024-12-04 10:12:05

Overview

This command is used to query the total number of records in a table.

Syntax

count [tableName];

Errors

For more information, please see Error Codes.

Sample

Query the total number of records in a table:
tcaplus> count game_player;
--------------------------------------------------------------------------------
| TableName Count |
--------------------------------------------------------------------------------
| table_list 16 |
--------------------------------------------------------------------------------
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback