meta data for this page
  •  

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.