Quickie

From: pierre(at)desertmoon(dot)com
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Quickie
Date: 1999-02-08 21:57:22
Message-ID: 19990208215723.11594.qmail@desertmoon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi all...here is a quickie for ya:

Given:
User_Email|User_ID
-------------------
fubar | 1
barfu | 2
snafu | 3
Fubar | 4

What query could I use to return ONLY 'fubar' and 'Fubar'? Would I do a self
join? The problem is that I'd forgotten to force everything to lowercase upon
insertion, and now I need to clean out the uppercase records and/or convert them
to lowercase.

Ideas?

-=pierre

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-02-08 22:49:35 Re: [SQL] Quickie
Previous Message Gregory W Burnham 1999-02-08 21:56:09 Re: [SQL] Quickie