Firebird Documentation Index → Firebird 1.5 Language Ref. Update → DDL 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.
Firebird Documentation Index → Firebird 1.5 Language Ref. Update → DDL statements → RECREATE VIEW |