Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → DROP GENERATOR |
Available in: DSQL
Added in: 1.0
Better alternative: DROP SEQUENCE
Description: Removes a generator or sequence from the database. Its (very small) storage space will be freed for re-use after a backup-restore cycle.
Syntax:
DROP GENERATORgenerator-name
From Firebird 2.0 onward, the SQL-compliant DROP SEQUENCE syntax is preferred.
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → DROP GENERATOR |