Re: simple SQL question

From: Rodrigo De León <rdeleonp(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: simple SQL question
Date: 2007-06-25 14:35:16
Message-ID: a55915760706250735m843f8b8r4bd91c90dc69b7f6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 6/25/07, Joshua <joshua(at)joshuaneil(dot)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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Milen A. Radev 2007-06-25 14:38:39 Re: simple SQL question
Previous Message Joshua 2007-06-25 14:29:35 simple SQL question