Re: [GENERAL] Upper and Lower case sensitivities

2000-09-05 Thread Poul L. Christiansen
Try using ~* Her are the General Operators: http://www.postgresql.org/docs/user/x2125.htm "Campbell, Scott" wrote: > Hey, > > Is there a function within postgres that lets you search for both upper and > lower case at the same time? > I know of the upper() and lower() functions but if a word ha

Re: [GENERAL] Upper and Lower case sensitivities

2000-08-30 Thread Steve Heaven
At 09:20 30/08/00 -0300, Campbell, Scott wrote: >Hey, > >Is there a function within postgres that lets you search for both upper and >lower case at the same time? >I know of the upper() and lower() functions but if a word has both upper and >lower case in it it won't be returned by a query. >Or am

[GENERAL] Upper and Lower case sensitivities

2000-08-30 Thread Campbell, Scott
Hey, Is there a function within postgres that lets you search for both upper and lower case at the same time? I know of the upper() and lower() functions but if a word has both upper and lower case in it it won't be returned by a query. Or am I limited to forcing my data to have one case only? T