Skip to main content
Skip table of contents

SHOW TABLECOUNT

Description

SHOW TABLECOUNT returns the number of rows of all tables.

Syntax

Syntax

BASH
SHOW TABLECOUNT [<table>] 

<table>

if you specify a table name, it returns the number of rows of the given table.

Output

ColumnNamedescription
schemaschema name
tableAlias/View/table name
lines
Object TypeResult
  • Ingested Table
  • Alias on an ingested table
Number of rows in the table
External TableNumber of rows in the table when there is at least 1 index
View -1 * Number of Nodes
live_lines_without_commitNumber of rows loaded and not yet committed
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.