Re: [SQL] How to Make Case InSensitive??? - Mailing list pgsql-sql

From Marcio Macedo
Subject Re: [SQL] How to Make Case InSensitive???
Date
Msg-id 35EC0157.950EFE6D@conectiva.com.br
Whole thread Raw
In response to How to Make Case InSensitive???  ("S.Ramaswamy" <srswamy@giasdl01.vsnl.net.in>)
List pgsql-sql
Hey...

How does this " ~* " operator works ?!?!?!


David Hartwig wrote:
>
>
>      SELECT * FROM series WHERE upper(NAME) = 'INDIA'
>                             or
>      SELECT * FROM series WHERE NAME ~* '^india$'

--Marcio Macedo
    Conectiva

pgsql-sql by date:

Previous
From: David Hartwig
Date:
Subject: Re: [SQL] How to Make Case InSensitive???
Next
From: Leslie Mikesell
Date:
Subject: rename table - primary key index?