From 6ff721adbf55617c491b85adce2ff6ee52f65c22 Mon Sep 17 00:00:00 2001 From: hellolilyliuyi <96421222+hellolilyliuyi@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:25:33 +0800 Subject: [PATCH] Update Bitmap_index.md Signed-off-by: hellolilyliuyi <96421222+hellolilyliuyi@users.noreply.github.com> --- docs/en/using_starrocks/Bitmap_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/using_starrocks/Bitmap_index.md b/docs/en/using_starrocks/Bitmap_index.md index ab846de02578d..e75858ced9af9 100644 --- a/docs/en/using_starrocks/Bitmap_index.md +++ b/docs/en/using_starrocks/Bitmap_index.md @@ -120,7 +120,7 @@ Each table can only have one ongoing Schema Change task at a time. You cannot cr ### View an index -View all bitmap indexes for a specified table. For detailed parameters and returned results, refer to [SHOW INDEX](../sql-reference/sql-statements/data-manipulation//SHOW_INDEX.md). +View all bitmap indexes for a specified table. For detailed parameters and returned results, refer to [SHOW INDEX](../sql-reference/sql-statements/administration/SHOW_INDEX.md). ```SQL SHOW INDEXES FROM lineorder_partial;