Re: return modified data from a function

From: Rodrigo De León <rdeleonp(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: return modified data from a function
Date: 2007-05-14 05:32:51
Message-ID: 1179120771.817145.129890@p77g2000hsh.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Also, it seems you're trying to represent monetary amounts. Please, do
not use the FLOAT datatype for this, it is inexact. You really need
NUMERIC with the appropriate decimal places.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Loredana Curugiu 2007-05-14 07:49:33 Re: Fw: Count rows group by time intervals
Previous Message Rodrigo De León 2007-05-13 21:05:26 Re: return modified data from a function