Sunday, 15 February 2015

SQL create domain in apache derby -



SQL create domain in apache derby -

so i'm trying create basic domain in apache derby , i'm pretty sure have syntax right have reference multiple documents on subject. here i'm inputting

create domain weight float not null check (weight >=5 or <= 10);`

i've tried basically;

create domain weight float

is there i'm missing apache derby, i'm getting error:

error 42x01: syntax error: encountered "domain" @ line 1, column 8.

any thought why it's giving me error, think there might different syntax in derby i'm not sure.

sql derby

No comments:

Post a Comment