TABLE CREATE - PASS
create table SOME_TABLE(KEY_1 text not null, KEY_2 text not null )
COMPOSITE PRIMARY KEY - FAIL
alter table SOME_TABLE add constraint PK_SOME_LKUP primary key (KEY_1,KEY_2);
Thanks!
gilgantic
create table SOME_TABLE(KEY_1 text not null, KEY_2 text not null )
alter table SOME_TABLE add constraint PK_SOME_LKUP primary key (KEY_1,KEY_2);



Return to Other Coding-Problems
Users browsing this forum: No registered users and 17 guests