Hi, of cause that works, but what if we need a case incensitive primary key, the example ist very slow if you have a lot of records. Is that possible ? > > select * from userdata wher name = 'John' > > > > select * from userdata wher name = 'joHN' > > > > will fetch me the same results. > > select * from userdata where lower(name) = 'john' --- [EMAIL PROTECTED] http://www.net-connection.de http://www.tradenet32.de
- [ADMIN] Case insensitive Aditya Kotturu
- Re: [ADMIN] Case insensitive Peter Eisentraut
- [ADMIN] set digest Armin Diehl
- [ADMIN] set digest i_a
- Re: [ADMIN] Case insensitive Peter Eisentraut
- Re: [ADMIN] Case insensitive Garry Dolley
- RE: [ADMIN] Case insensitive JT Kirkpatrick
- RE: [ADMIN] Case insensitive Armin Diehl