> Is there a way to achieve that a select against a database will be case
> insensitive?
[quoted text clipped - 7 lines]
> I'm told that this is possible on both Oracle and Sql Server. But what
> about db2?
There is no database wide parameter. You can handle case insensitivity
per column using GENERATED columns.
If you want teh whoel database to be case insensitive, why not just
normalize the data to all upper or lower caps?
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
DB2 UDB for Linux, Unix, Windows
IBM Toronto Lab