Re: Case sensitivity

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Case sensitivity
Date: 2002-06-20 15:13:32
Message-ID: 20020620111332.F22277@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jun 20, 2002 at 07:53:06PM +0530, Varun Kacholia wrote:
> Hi,
> Well while moving from Mysql to POstgresql this was one more difference
> : Case Sensitivity.
> The problem is in this query
> select * from table where name='Word'
> select * from table where name='word'
>
> Mysql treated both as same

Really!? Wow. Is there a way to differentiate 'Word' from 'word',
then? (I mean, LeBlanc and Leblanc are not the same, when you're
addressing people. And if you think the difference isn't important,
you've never been to Acadia!)

> it is good but is there a way that 'Word' can be matched with 'word'?

Sure. Use ILIKE:

SELECT * FROM table WHERE name ILIKE 'word';

A
--
----
Andrew Sullivan 87 Mowat Avenue
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Darren Ferguson 2002-06-20 15:16:45 Re: Case sensitivity
Previous Message Robert Treat 2002-06-20 14:42:50 ERWin 3.5.2 and Postgres ODBC