Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → RECREATE VIEW |
Available in: DSQL
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 2.0 Language Ref. Update → DDL statements → RECREATE VIEW |