meta data for this page
  •  

RECREATE TABLE

Available in: DSQL

Added in: 1.0

Description

Creates or recreates a table. If a table with the same name already exists, RECREATE TABLE will try to drop it (destroying all its data in the process!) and create a new table. RECREATE TABLE will fail if the existing table is in use.

Syntax

Exactly the same as CREATE TABLE.