Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE GENERATOR |
Available in: DSQL, ESQL
Better alternative: CREATE SEQUENCE
Changed in: 2.0
Description: From Firebird 2.0 onward, the SQL-compliant CREATE SEQUENCE syntax is preferred.
Changed in: 1.0
Description: InterBase reserved only one database page for generators, limiting the total number to 123 (on 1K pages) – 1019 (on 8K pages). Firebird has done away with that limit; you can now create more than 32,000 generators per database.
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE GENERATOR |