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/