Re: [SQL] Howto format a float8 number?

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: Jerome Knobl <jknobl(at)mandanet(dot)ch>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Howto format a float8 number?
Date: 1998-12-07 14:14:23
Message-ID: l03110709b29193093d09@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

At 9:59 +0200 on 7/12/98, Jerome Knobl wrote:

> I want to print a floating number like this :
> 10.1 -> 10.10
> or : 10000.1 -> 10'000.10
> or : 0 -> 0.00
> etc...

To the best of my knowledge, you do that on the Front End, using the
formatting facilities of whatever language you are using for your
application.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message joerg.troester 1998-12-07 14:36:42 Inheritance and origin of rows
Previous Message Jerome Knobl 1998-12-07 07:59:44 Howto format a float8 number?