Re: decimal seperator

From: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
To: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: decimal seperator
Date: 2011-01-05 02:05:03
Message-ID: 4D23D1CF.6090001@vmsinfo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 1/4/2011 8:46 PM, Jasmin Dizdarevic wrote:
> That's the problem. I've also played around with it, without luck.
>
> How other rdbms does handle this?

Which one? There are many of them RDBMSes. Here is an example from the
database made by the same company that also makes MySQL:

SQL> alter session set NLS_NUMERIC_CHARACTERS=',.';

Session altered.

SQL> select 1/5 from dual;

1/5
----------
,2

SQL>

--
Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
www.vmsinfo.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Susanne Ebrecht 2011-01-05 07:50:22 Re: decimal seperator
Previous Message Jasmin Dizdarevic 2011-01-05 01:46:16 Re: decimal seperator