How to Make Case InSensitive???

From: "S(dot)Ramaswamy" <srswamy(at)giasdl01(dot)vsnl(dot)net(dot)in>
To: pgsql-sql(at)postgresql(dot)org
Subject: How to Make Case InSensitive???
Date: 1998-09-01 16:02:15
Message-ID: 35EC1A87.A9943@giasdl01.vsnl.net.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


When I use SQL statements, how can I make it case insensitive. If I
use

SELECT * FROM series WHERE NAME='India'

I want to select rows including those where NAME='INDIA' / NAME =
'india'
and so on.

Can someone help me in the above??

Regards

S.Ramaswamy

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Hartwig 1998-09-01 16:21:34 Re: [SQL] How to Make Case InSensitive???
Previous Message Marcio Macedo 1998-09-01 14:14:47 Re: [SQL] How to Make Case InSensitive???