FirebirdSQL logo
 COLLATIONComments 

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;