You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2023/05/16 16:53:00 UTC

[jira] [Created] (IGNITE-19485) Sql. Extend SQL grammar with ALTER COLUMN RENAME statement

Andrey Mashenkov created IGNITE-19485:
-----------------------------------------

             Summary: Sql. Extend SQL grammar with ALTER COLUMN RENAME statement
                 Key: IGNITE-19485
                 URL: https://issues.apache.org/jira/browse/IGNITE-19485
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Mashenkov


As we can CREATE and DROP TABLE need to provide the ability to alter a name of an index by DDL commands.

Let's extend SQL grammar with the following syntax:
ALTER TABLE [ IF EXISTS ] <name> RENAME TO <new_name>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)