decimal(x,y) function. - Mailing list pgsql-sql

From Jonah Kuo
Subject decimal(x,y) function.
Date
Msg-id 35693229.450F7394@mail.ttn.com.tw
Whole thread Raw
Responses Re: [SQL] decimal(x,y) function.  ("Jose' Soares Da Silva" <sferac@bo.nettuno.it>)
List 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



pgsql-sql by date:

Previous
From: Michael Yeung
Date:
Subject: ODBC Sources
Next
From: "Jose' Soares Da Silva"
Date:
Subject: Re: [SQL] decimal(x,y) function.