Re: decimal seperator - Mailing list pgsql-novice

From Mladen Gogala
Subject Re: decimal seperator
Date
Msg-id 4D23D1CF.6090001@vmsinfo.com
Whole thread Raw
In response to Re: decimal seperator  (Jasmin Dizdarevic <jasmin.dizdarevic@gmail.com>)
List 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


pgsql-novice by date:

Previous
From: Jasmin Dizdarevic
Date:
Subject: Re: decimal seperator
Next
From: Susanne Ebrecht
Date:
Subject: Re: decimal seperator