Skip to content

sql: add support for ALTER [DATABASE|INDEX|TABLE] [IF EXISTS] name RENAME [COLUMN] TO #2034

@petermattis

Description

@petermattis

The support exists within the grammar, though we need to flesh out the syntax tree elements for these statements. The existing RenameTable struct was inherited from the vitess code and will need to change (it isn't currently referenced by the grammar). Actual implementation of these statements should be straightforward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions