Firebird Documentation Index → Firebird 1.5 Language Ref. Update → DDL statements → 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.
Firebird Documentation Index → Firebird 1.5 Language Ref. Update → DDL statements → RECREATE TABLE |