All pages
Powered by GitBook
1 of 1

ColumnStore Alter View

  1. Syntax "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 licensed: CC BY-SA / Gnu FDL