FirebirdSQL logo
 COLLATIONComments 

Who Can Alter a Character Set

The ALTER CHARACTER SET statement can be executed by:

ALTER CHARACTER SET Example

Setting the default UNICODE_CI_AI collation for the UTF8 encoding
ALTER CHARACTER SET UTF8
  SET DEFAULT COLLATION UNICODE_CI_AI;