【发布时间】:2010-12-07 20:56:44
【问题描述】:
我得到了 ORA-00907:缺少右括号。我相信我有正确的括号对。当我插入员工记录时,我试图将服务类型的引用传递给员工类型。
INSERT INTO Person VALUES
(FullTimeEmployeeType (1,
NameType('David', 'R', 'Jones'),
'M',
AddressType('123 somewhere', '', 'London', 'UD', '84042'),
'8030349092','',
'1978-05-26',
REF <servicerType>,
40000)
);
【问题讨论】:
标签: oracle oracle10g ora-00907