Subject | Re: Unicode and encryption support... |
---|---|
Author | frische_brise2003 |
Post date | 2004-02-04T16:35:45Z |
Hi all
e.g. SELECT * FROM ADDRESS WHERE UPPER(NAME) LIKE '%müller%'
Regards
Jürgen Müller
>[SNIP]
> >Are there any problems associated with just filling up my DB with
> >UTF-8 data, performance wise or any other wise?
>How is it posible to implement a not case sensitiv search, then?
> Functions involving uppercasing and lowercasing don't work - there
> are no language-specific collation sequences.
>
e.g. SELECT * FROM ADDRESS WHERE UPPER(NAME) LIKE '%müller%'
Regards
Jürgen Müller