CREATE OR ALTER VIEW
<< ALTER VIEW | FB 2.5 Language Reference | RECREATE VIEW >>
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.
See also:
View
CREATE VIEW
ALTER VIEW
DROP VIEW
back to top of page
<< ALTER VIEW | FB 2.5 Language Reference | RECREATE VIEW >>







