View Single Post

   
  #3 (permalink)  
Old 04-10-2008, 12:51 AM
Scott Marlowe
 
Posts: n/a
Default Re: how to ignore case

On Thu, 2005-05-19 at 14:20, Scott Marlowe wrote:

> or REGEX:
>
> select * from table where lower ~* '.*abc.*';


That second one should be:

select * from table where somefield ~* '.*abc.*';

either too much or not enough coffee

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Reply With Quote