tencent cloud

TencentDB for TcaplusDB

count

PDF
Focus Mode
Font Size
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 |
--------------------------------------------------------------------------------

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback