Subject Illegal use of keyword VALUE
Author dr_bentonquest
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