Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateDDL statements → RECREATE VIEW
Firebird Home Firebird Home Prev: RECREATE TABLEFirebird Documentation IndexUp: DDL statementsNext: DML statements

RECREATE VIEW

Available in: DSQL, ESQL

Added in: 1.5

Description: Creates or recreates a view. If a view with the same name already exists, RECREATE VIEW will try to drop it and create a new view. RECREATE VIEW will fail if the existing view is in use.

Syntax: Exactly the same as CREATE VIEW.

Prev: RECREATE TABLEFirebird Documentation IndexUp: DDL statementsNext: DML statements
Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateDDL statements → RECREATE VIEW