Re: [GENERAL] Representation of big integer numbers.

From: "Jose' Soares" <jose(at)sferacarta(dot)com>
To: Memphisto <szoli(at)netvisor(dot)hu>
Cc: PostgreSQL general mailinglist <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Representation of big integer numbers.
Date: 1999-01-18 16:03:48
Message-ID: 36A35B64.A3FE4A5@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Memphisto wrote:
>
> Hi,
>
> Is there a way to display big integer numbers splitted by periods in
> PostgreSQL queries?
>
> Example: 123.456.789 instead of 123456789 .
>
> Thanks in advance

You can create a function to format numbers.

See attached example.

-Jose'-

Attachment Content-Type Size
format.sql text/plain 4.0 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Memphisto 1999-01-18 16:49:16 On the int8 type support
Previous Message Blashko Alexander 1999-01-18 15:57:22 Re: [GENERAL] How to increment by hand a sequence number.