From 9a85d98a5b0944382190c17cd2b2b4cb6e8bd4c1 Mon Sep 17 00:00:00 2001 From: echo77-nan <741548989@qq.com> Date: Thu, 11 Dec 2025 14:40:16 +0800 Subject: [PATCH] Update 04_extended_functionality.md Unify all notes. --- .../04_extended_functionality.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md b/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md index 7e009f011..eabd55908 100644 --- a/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md +++ b/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md @@ -71,7 +71,7 @@ CREATE TABLE `t1` ( partition `p4`); ``` -> **Notice** +> **Note** > >By default, when you create an index without specifying the `global` or `local` keyword, a global index is created if the index information is followed by partition information; otherwise, a local index is created.