Re: simple SQL question

Поиск
Список
Период
Сортировка
От Rodrigo De León
Тема Re: simple SQL question
Дата
Msg-id a55915760706250735m843f8b8r4bd91c90dc69b7f6@mail.gmail.com
обсуждение исходный текст
Ответ на simple SQL question  (Joshua <joshua@joshuaneil.com>)
Список pgsql-sql
On 6/25/07, Joshua <joshua@joshuaneil.com> wrote:
> I have a column with the following values (example below)
>
> 5673
> 4731
> 4462
> 5422
> 756
> 3060
>
> I want the column to display the numbers as follows:
>
> 56.73
> 47.31
> 44.62
> 54.22
> 7.56
> 30.60
>
> 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.
>
> Thanks.

Divide by 100.


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

Предыдущее
От: Joshua
Дата:
Сообщение: simple SQL question
Следующее
От: "Milen A. Radev"
Дата:
Сообщение: Re: simple SQL question