Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateDDL statements → RECREATE TABLE
Firebird Home Firebird Home Prev: RECREATE PROCEDUREFirebird Documentation IndexUp: DDL statementsNext: RECREATE VIEW

RECREATE TABLE

Available in: DSQL, ESQL

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.

Prev: RECREATE PROCEDUREFirebird Documentation IndexUp: DDL statementsNext: RECREATE VIEW
Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateDDL statements → RECREATE TABLE