我尝试了很多更改,但仍然出现相同的错误 - ORA-00907:缺少右括号
Insert into EMPLOYEES_14
(employee_id,
first_name,
last_name,
email,
phone_number,
hire_date,
job_id,
salary,
commission_pct,
manager_id,
department_id,
dn)
Values
('101',
hazel,
page,
hazel@gmail.com,
'123456789',
to_date ('2019-01-01 08 00 00' 'YYYY-MM-DD HH-MM-SS '),
hr101,
'10201.00',
'20.00' ,
'123456' ,
'1001' ,
hazel is a good intern )
;