Subject | Illegal use of keyword VALUE |
---|---|
Author | dr_bentonquest |
Post date | 2006-04-04T16:11:35Z |
Hi there,
I'm getting the above error message when trying to execute this:
alter table machines
add norma numeric(6,2)
default 1
not null
check (value > 0)
What am I doing wrong?
Regards,
-Benton
I'm getting the above error message when trying to execute this:
alter table machines
add norma numeric(6,2)
default 1
not null
check (value > 0)
What am I doing wrong?
Regards,
-Benton