Re: {Spam} simple SQL question

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: {Spam} simple SQL question
Дата
Msg-id 200706251644.22848.dfontaine@hi-media.com
обсуждение исходный текст
Ответ на simple SQL question  (Joshua <joshua@joshuaneil.com>)
Список pgsql-general
Le lundi 25 juin 2007, Joshua a écrit :
> I have been playing around with string functions but cannot seem to
> figure out a quick solution. Does anyone have any suggestions?
>
> Please let me know.

What about:

pgloader=# select a::float / 100 from (values(5673), (4731), (4462), (5422),
(756), (3060)) as x(a);
 ?column?
----------
    56.73
    47.31
    44.62
    54.22
     7.56
     30.6
(6 lignes)

--
dim

Вложения

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

Предыдущее
От: Joshua
Дата:
Сообщение: simple SQL question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Experiences of PostgreSQL on-disk bitmap index patch