This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6aa89774339 Update DROP INDEX syntax in documentation (#3243)
6aa89774339 is described below

commit 6aa897743397c7b3905cd4d8c2d642140ccbede8
Author: yuanyuan8983 <[email protected]>
AuthorDate: Wed Dec 31 15:20:10 2025 +0800

    Update DROP INDEX syntax in documentation (#3243)
    
    ## Versions
    
    - [x] dev
    - [ ] 4.x
    - [ ] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/sql-manual/sql-statements/table-and-view/index/DROP-INDEX.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql-manual/sql-statements/table-and-view/index/DROP-INDEX.md 
b/docs/sql-manual/sql-statements/table-and-view/index/DROP-INDEX.md
index 729a0d47d84..e2773791160 100644
--- a/docs/sql-manual/sql-statements/table-and-view/index/DROP-INDEX.md
+++ b/docs/sql-manual/sql-statements/table-and-view/index/DROP-INDEX.md
@@ -39,6 +39,6 @@ The user executing this SQL command must have at least the 
following privileges:
 - drop index
 
    ```sql
-   DROP INDEX IF NOT EXISTS index_name ON table1 ;
+   DROP INDEX IF EXISTS index_name ON table1 ;
    ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to