Re: Precision when substracting two values with SQL - Mailing list pgsql-admin

From Juancho
Subject Re: Precision when substracting two values with SQL
Date
Msg-id 3D581B7C.9030902@maxiconsumo.com
Whole thread Raw
In response to Precision when substracting two values with SQL  (Juancho <squid@maxiconsumo.com>)
List pgsql-admin
>
>
>Try
>
>select (0.2-0.21)::numeric(12,2);
>
>A
>
>
>

Thank you, I will do this...


pgsql-admin by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Precision when substracting two values with SQL
Next
From: Jean-Luc Lachance
Date:
Subject: Re: Precision when substracting two values with SQL