diff --git a/docs/admin/troubleshooting/system-tables.rst b/docs/admin/troubleshooting/system-tables.rst index a70e8b4..eb744aa 100644 --- a/docs/admin/troubleshooting/system-tables.rst +++ b/docs/admin/troubleshooting/system-tables.rst @@ -224,7 +224,7 @@ the **node** system column that is available for this table. For example, this query lists the hosts and tables with the highest number of rows inside a single shard:: - cr> SELECT _node['hostname'], table_name, num_docs FROM sys.shards ORDER BY num_docs DESC LIMIT 3; + cr> SELECT node['name'], table_name, num_docs FROM sys.shards ORDER BY num_docs DESC LIMIT 3; +-------------------...+-----------...-+----------+ | _node['hostname'] | table_name | num_docs | +-------------------...+------------...+----------+