create table test ("id" NUMBER, "Name" VARCHAR2(100)); INSERT INTO test (id, name) VALUES (1,'KOEN'); > gives ORA-00904: "NAME": invalid identifier INSERT INTO ...
確定! 回上一頁