Skip to content

Commit 704ee2d

Browse files
amotlseut
andauthored
Update docs/admin/troubleshooting/system-tables.rst
Co-authored-by: Sebastian Utz <[email protected]>
1 parent 643edb6 commit 704ee2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/troubleshooting/system-tables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ the **node** system column that is available for this table. For example,
224224
this query lists the hosts and tables with the highest number of rows inside
225225
a single shard::
226226

227-
cr> SELECT _node['hostname'], table_name, num_docs FROM sys.shards ORDER BY num_docs DESC LIMIT 3;
227+
cr> SELECT node['name'], table_name, num_docs FROM sys.shards ORDER BY num_docs DESC LIMIT 3;
228228
+-------------------...+-----------...-+----------+
229229
| _node['hostname'] | table_name | num_docs |
230230
+-------------------...+------------...+----------+

0 commit comments

Comments
 (0)