meta data for this page
  •  

DROP COLLATION

Available in: DSQL

Added in: 2.1

Description

Removes a collation from the database. Only user-added collations can be removed in this way.

Syntax

DROP COLLATION name

Tip: If you want to remove an entire character set with all its collations from your database, declare and run the stored procedure sp_unregister_character_set(name), found in misc/intl.sql under your Firebird installation directory.