Subject | Re: Illegal use of keyword VALUE |
---|---|
Author | dr_bentonquest |
Post date | 2006-04-04T17:05:54Z |
> I'm getting the above error message when trying to execute this:Duh. Should be
>
> alter table machines
> add norma numeric(6,2)
> default 1
> not null
> check (value > 0)
> check (norma > 0)Regards,
-Benton