Firebird Documentation IndexFirebird 2.5 Language Reference → Reserved Words and Keywords
Firebird Home Firebird Home Prev: SQLCODE and GDSCODE Error Codes and DescriptionsFirebird Documentation IndexUp: Firebird 2.5 Language ReferenceNext: Reserved words

Appendix C: Reserved Words and Keywords

Table of Contents

Reserved words
Keywords

Reserved words are part of the Firebird SQL language. They cannot be used as identifiers (e.g. as table or procedure names), except when enclosed in double quotes in Dialect 3. However, you should avoid this unless you have a compelling reason.

Keywords are also part of the language. They have a special meaning when used in the proper context, but they are not reserved for Firebird's own and exclusive use. You can use them as identifiers without double-quoting.

Prev: SQLCODE and GDSCODE Error Codes and DescriptionsFirebird Documentation IndexUp: Firebird 2.5 Language ReferenceNext: Reserved words
Firebird Documentation IndexFirebird 2.5 Language Reference → Reserved Words and Keywords