Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → RECREATE VIEW
Firebird Home Firebird Home Prev: RECREATE TRIGGERFirebird Documentation IndexUp: DDL statementsNext: REVOKE ADMIN OPTION

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.

Prev: RECREATE TRIGGERFirebird Documentation IndexUp: DDL statementsNext: REVOKE ADMIN OPTION
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → RECREATE VIEW