Re: simple SQL question - Mailing list pgsql-sql

From Rodrigo De León
Subject Re: simple SQL question
Date
Msg-id a55915760706250735m843f8b8r4bd91c90dc69b7f6@mail.gmail.com
Whole thread Raw
In response to simple SQL question  (Joshua <joshua@joshuaneil.com>)
List 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 by date:

Previous
From: Joshua
Date:
Subject: simple SQL question
Next
From: "Milen A. Radev"
Date:
Subject: Re: simple SQL question