You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/07/20 08:21:15 UTC

[GitHub] [incubator-doris] morningman opened a new issue #6277: [Doc] Supplement Doris grammar documentation

morningman opened a new issue #6277:
URL: https://github.com/apache/incubator-doris/issues/6277


   ## Data Definition Statements
   ### Create
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |CREATE-DATABASE||||
   |CREATE-TABLE-LIKE||||
   |CREATE-TABLE||||
   |CREATE-VIEW||||
   |CREATE-MATERIALIZED-VIEW||||
   |CREATE-INDEX||||
   |CREATE-ENCRYPT-KEY||||
   |CREATE-FILE||||
   |CREATE-FUNCTION||||
   |CREATE-RESOURCE||||
   
   ### Drop
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |DROP-DATABASE||||
   |DROP-TABLE||||
   |DROP-INDEX||||
   |TRUNCATE-TABLE||||
   |DROP-ENCRYPT-KEY||||
   |DROP-FILE||||
   |DROP-FUNCTION||||
   |DROP-RESOURCE||||
   |DROP-MATERIALIZED-VIEW||||
   
   ### Alter
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |ALTER-DATABASE-QUOTA||||
   |ALTER-DATABASE-RENAME||||
   |ALTER-TABLE-ADD-COLUMN||||
   |ALTER-TABLE-ADD-COLUMNS||||
   |ALTER-TABLE-DROP-COLUMN||||
   |ALTER-TABLE-MODIFY-COLUMN||||
   |ALTER-TABLE-MODIFY-DISTRIBUTION||||
   |ALTER-TABLE-MODIFY-PARTITION||||
   |ALTER-TABLE-MODIFY-TABLE-PROPERTY||||
   |ALTER-TABLE-DROP-PARTITION||||
   |ALTER-TABLE-DROP-ROLLUP||||
   |ALTER-TABLE-ADD-PARTITION||||
   |ALTER-TABLE-ADD-ROLLUP||||
   |ALTER-TABLE-REORDER-COLUMN||||
   |ALTER-TABLE-REPLACE-PARTITION||||
   |ALTER-TABLE-REPLACE||||
   |ALTER-TABLE-RENAME-ROLLUP||||
   |ALTER-VIEW||||
   |ALTER-TABLE-RENAME||||
   |CANCEL-ALTER-TABLE||||
   
   ### Backup and Restore
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |BACKUP||||
   |RESTORE||||
   |CANCEL-BACKUP||||
   |CANCEL-RESTORE||||
   |CREATE-REPOSITORY||||
   |DROP-REPOSITORY||||
   
   ## Data Manipulation Statements
   
   ### Load
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |BROKER-LOAD||||
   |STREAM-LOAD||||
   |CANCEL-LOAD||||
   |CREATE-ROUTINE-LOAD||||
   |STOP-ROUTINE-LOAD||||
   |PAUSE-ROUTINE-LOAD||||
   |RESUME-ROUTINE-LOAD||||
   |ALTER-ROUTINE-LOAD||||
   
   ### Manipulation
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |INSERT||||
   |DELETE||||
   |UPDATE||||
   
   ### Export
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |EXPORT||||
   |OUTFILE||||
   
   ## Show Statements
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |SHOW-ALTER||||
   |SHOW-BACKENDS||||
   |SHOW-BACKUP||||
   |SHOW-BROKER||||
   |SHOW-CHARSET||||
   |SHOW-COLLATION||||
   |SHOW-COLUMNS||||
   |SHOW-CREATE-DATABASE||||
   |SHOW-CREATE-FUNCTION||||
   |SHOW-CREATE-ROUTINE-LOAD||||
   |SHOW-CREATE-TABLE||||
   |SHOW-DATA||||
   |SHOW-DATABASE-ID||||
   |SHOW-DATABASES||||
   |SHOW-DELETE||||
   |SHOW-DYNAMIC-PARTITION||||
   |SHOW-ENCRYPT-KEY||||
   |SHOW-ENGINES||||
   |SHOW-EVENTS||||
   |SHOW-EXPORT||||
   |SHOW-FRONTENDS||||
   |SHOW-FUNCTIONS||||
   |SHOW-GRANTS||||
   |SHOW-INDEX||||
   |SHOW-LOAD-PROFILE||||
   |SHOW-LOAD||||
   |SHOW-LOAD-WARNINGS||||
   |SHOW-MIGRATIONS||||
   |SHOW-OPEN-TABLES||||
   |SHOW-PARTITION-ID||||
   |SHOW-PARTITIONS||||
   |SHOW-PLUGINS||||
   |SHOW-PROCEDURE||||
   |SHOW-PROCESSLIST||||
   |SHOW-PROC||||
   |SHOW-QUERY-PROFILE||||
   |SHOW-REPOSITORIES||||
   |SHOW-RESOURCES||||
   |SHOW-RESTORE||||
   |SHOW-ROLES||||
   |SHOW-ROLLUP||||
   |SHOW-ROUTINE-LOAD||||
   |SHOW-ROUTINE-LOAD-TASK||||
   |SHOW-SMALL-FILES||||
   |SHOW-SNAPSHOT||||
   |SHOW-STATUS||||
   |SHOW-STREAM-LOAD||||
   |SHOW-TABLE-ID||||
   |SHOW-TABLE-STATUS||||
   |SHOW-TABLET||||
   |SHOW-TRANSACTION||||
   |SHOW-TRIGGERS||||
   |SHOW-PROPERTY||||
   |SHOW-USER||||
   |SHOW-VARIABLES||||
   |SHOW-VIEW||||
   |SHOW-WARNING||||
   |SHOW-WHITE-LIST||||
   
   ## Account Management Statements
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |CREATE-USER||||
   |CREATE-ROLE||||
   |DROP-ROLE||||
   |DROP-USER||||
   |GRANT||||
   |REVOKE||||
   |SET-PASSWORD||||
   |SET-PROPERTY||||
   |ALTER-USER||||
   
   ## Cluster Management Statements
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |ALTER-SYSTEM-ADD-BACKEND||||
   |ALTER-SYSTEM-ADD-FOLLOWER||||
   |ALTER-SYSTEM-ADD-OBSERVER||||
   |ALTER-SYSTEM-DECOMMISSION-BACKEND||||
   |ALTER-SYSTEM-DROP-BACKEND||||
   |ALTER-SYSTEM-DROP-FOLLOWER||||
   |ALTER-SYSTEM-DROP-OBSERVER||||
   |ALTER-SYSTEM-MODIFY-BROKER||||
   |CACNEL-ALTER-SYSTEM||||
   
   ## Database Administration Statements
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |ADMIN-CANCEL-REPAIR||||
   |ADMIN-CHECK-TABLET||||
   |ADMIN-REPAIR-TABLE||||
   |ADMIN-SET-CONFIG||||
   |ADMIN-SET-REPLICA-STATUS||||
   |ADMIN-SHOW-CONFIG||||
   |ADMIN-SHOW-REPLICA-DISTRIBUTION||||
   |ADMIN-SHOW-REPLICA-STATUS||||
   |SET-VARIABLE||||
   |INSTALL-PLUGIN||||
   |UNINSTALL-PLUGIN||||
   |KILL||||
   |ENABLE-FEATURE||||
   |RECOVER||||
   
   ## Utility Statements
   
   | Stmt | Zh-CN | EN | From |
   |---|---|---|---|
   |USE||||
   |HELP||||
   |DESCIRBE||||


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org