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.
CREATE OR REPLACE VIEW
CREATE [OR REPLACE] VIEW view_name [(column_list)] AS select_statement
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated 10 days ago
Was this helpful?