Subject Re: [firebird-support] How to ignore the case in queries.
Author Paul Vinkenoog
Hello Ghanshyam,

> How to ignore the case in queries.

In general:

- use UPPER
- if testing on substrings: use CONTAINING
- use a case-insensitive collation
(have a look at www.brookstonesystems.com)

Greetings,
Paul Vinkenoog