| Subject | Case insensitive collation |
|---|---|
| Author | firebirdsql |
| Post date | 2011-12-04T21:17Z |
How do I set case insensitive collation in Firebird 2.5? Do I have to recreate the tables and data? I would like to use the same collation as sql server.
I tried alter character set utf8 set default collation UNICODE_CI_AI but it still not case insensitive.
I tried alter character set utf8 set default collation UNICODE_CI_AI but it still not case insensitive.