For the complete documentation index, see llms.txt. This page is also available as Markdown.

ColumnStore ALTER VIEW

ALTER VIEW for MariaDB ColumnStore changes the definition of an existing view; CREATE OR REPLACE VIEW serves the same purpose with the same syntax.

Alters the definition of a view. CREATE OR REPLACE VIEW may also be used to alter the definition of a view.

Syntax

CREATE
    [OR REPLACE]
    VIEW view_name [(column_list)]
    AS select_statement

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?