Re: format integer

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "ml(at)ft-c(dot)de" <ml(at)ft-c(dot)de>
Cc: "pgsql-sql(at)lists(dot)postgresql(dot)org" <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: Re: format integer
Date: 2021-01-24 16:06:27
Message-ID: CAKFQuwZ8si84Z3wVFJrHMQ10A_qiJ3CEnA6qfYsen=DsoVEY+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sunday, January 24, 2021, <ml(at)ft-c(dot)de> wrote:
>
>
> I need a integer format with different decimal places
> The integer should have 6 diggits. (or 7 or 8)
>

No, there isn’t a function to apply this convoluted formatting rule to
non-integer numbers. You will need to write your own.

David J.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Midgley 2021-01-24 16:37:43 Re: format integer
Previous Message ml 2021-01-24 14:57:02 format integer