Subject RE: [firebird-support] How to specify which UPPER() to be called
Author Helen Borrie
At 03:00 PM 23/06/2003 +0400, Dmitry wrote:


>select c from t where UPPER(c) = UPPER('Füße' collate de_de);

Really? I didn't know that collating sequence had any effect on exact
character matching, viz. WHICH character pair are uppercase and lowercase
within the characterset, but only the relative sequences of the characters
in the set for ordering purposes.

regards,
Helen