Simple question....

Поиск
Список
Период
Сортировка
От Summer
Тема Simple question....
Дата
Msg-id Pine.SGI.4.05.9811231255480.658677-100000@waimea.cs.unm.edu
обсуждение исходный текст
Ответ на Creating function and aggregate - problem  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: [GENERAL] Simple question....  (Matthew Hixson <hixson@frozenwave.com>)
Список pgsql-general
... I hope


I have a table with a couple of varchar columns that needs to have all it
values all capitalized.

SO this :

      id|last_name|first_m  |login_id|sex
    ----+---------+---------+--------+---
    1231|Reid     |Samuel R.|sreid   |M

would become :

      id|last_name|first_m  |login_id|sex
    ----+---------+---------+--------+---
    1231|REID     |SAMUEL R.|sreid   |M

This way when I bring them up alphabetically - it will be correct.
I remember seeing this on the list a couple of months ago but I cannot
remember the fix...

Thanks for any advice
Summer


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

Предыдущее
От: Memphisto
Дата:
Сообщение: ERROR: Unable to decode datetime
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [GENERAL] User Gallery and Third Party pages merged and rebuilt...