DROP COLLATION
Drops a collation from the database
DSQL
DROP COLLATION collname
Parameter | Description |
---|---|
collname |
The name of the collation |
The DROP COLLATION
statement removes the specified collation from the database, if it exists.An error will be raised if the specified collation is not present.
Tip
|
If you want to remove an entire character set with all its collations from the database, declare and execute the stored procedure |