meta data for this page
  •  

CREATE OR ALTER VIEW

Available in: DSQL

Added in: 2.5

Description

CREATE OR ALTER VIEW will create the view if it doesn't exist. Otherwise, it will alter the existing view, preserving existing dependencies.

Syntax

Exactly the same as CREATE VIEW.