天天看点

oracle增加主键也不会了

cycker> alter table robincui add primary key PK_TEST (TEST);

alter table robincui add primary key PK_TEST (TEST)

*

ERROR at line 1:

ORA-00906: missing left parenthesis

cycker> alter table robincui add primary key (TEST);

Table altered.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/82392/viewspace-144732/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/82392/viewspace-144732/