Decimal precsion?

From: "Zot O'Connor" <zot(at)zotconsulting(dot)com>
To: postgres sql <pgsql-sql(at)hub(dot)org>
Subject: Decimal precsion?
Date: 1999-10-29 22:26:04
Message-ID: 381A1EFC.47061275@zotconsulting.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


create table subzone (
subzid integer,
subzsid integer DEFAULT NEXTVAL ('subzone_seq'),
subzdescr varchar,
subztaxper decimal(0,4),
subzvendid integer,
subzwhsid integer,
subztaxship integer
);
ERROR: DECIMAL precision 0 must be beween 1 and 1000

Is this documented anywhere? By the way it should be "beTween."

--
Zot O'Connor

www.ZotConsulting.com
www.WhiteKnightHackers.com

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Zot O'Connor 1999-10-29 23:23:18 Numeric Bug?
Previous Message Oleg Bartunov 1999-10-29 20:47:49 Re: [SQL] random query