Re: [SQL] Case insensitive searchs

Поиск
Список
Период
Сортировка
От Gregory W Burnham
Тема Re: [SQL] Case insensitive searchs
Дата
Msg-id 009501be89c7$91e42da0$8d0835d1@bconnected.net
обсуждение исходный текст
Ответ на Case insensitive searchs  (Andy Lewis <alewis@themecca.net>)
Ответы Re: [SQL] Case insensitive searchs
Список pgsql-sql
I'm sure the syntax here is wrong, and I'm sure I'll be
corrected : )

But can't you do something like this:

select distict from the_table where upper(city_name) = upper("san antonio");

Gregory W Burnham
Software Engineer
Excite Labs
Faculty Of Education
Simon Fraser University
Vancouver, BC, V5A 1S6
604 291 3615 (ph)
604 291 5679 (fx)

----- Original Message -----
From: Andy Lewis <alewis@themecca.net>
To: <pgsql-sql@hub.org>
Sent: Sunday, April 18, 1999 11:14 AM
Subject: [SQL] Case insensitive searchs


> I have a table that has city names in it. Some of the cities have a number
> of different cases. For instance I may have:
>
> San Antonio
> san antonio
> San antonio
> SAN ANTONIO
>
> My question is how can I do a distinct search for all cities and only get
> one of each city?
>
> Thanks in advance.
>
>
>
>
>



В списке pgsql-sql по дате отправления:

Предыдущее
От: Andy Lewis
Дата:
Сообщение: Case insensitive searchs
Следующее
От: Andy Lewis
Дата:
Сообщение: Re: [SQL] Case insensitive searchs