decimal(x,y) function.

From: Jonah Kuo <jonahkuo(at)mail(dot)ttn(dot)com(dot)tw>
To: pgsqsl-sql <pgsql-sql(at)postgresql(dot)org>
Subject: decimal(x,y) function.
Date: 1998-05-25 08:56:09
Message-ID: 35693229.450F7394@mail.ttn.com.tw
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

How should I use the decimal(x,y) function?

I tried use it with the following result:

db6000=> create table atest (
db6000-> price decimal(8,2));
ERROR: DECIMAL scale 2 must be zero

thanks in advance,

Jonah

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jonah Kuo 1998-05-25 10:01:39 Re: [SQL] decimal(x,y) function.
Previous Message Michael Yeung 1998-05-25 05:27:18 ODBC Sources