simple SQL question - Mailing list pgsql-novice

From Joshua
Subject simple SQL question
Date
Msg-id 467FD18A.9090001@joshuaneil.com
Whole thread Raw
Responses Re: simple SQL question  (Derrick Betts <list@blueaxis.com>)
Re: simple SQL question  (Glenn Davy <glenn@tangelosoftware.net>)
List pgsql-novice
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.


pgsql-novice by date:

Previous
From: Mary Anderson
Date:
Subject: [Fwd: replicate linux postgresql database on windows server]
Next
From: Derrick Betts
Date:
Subject: Re: simple SQL question