我在SELECT的第2行的第一行收到"ORA-00936:缺少表达式"的错误消息.我无数次查看了数据,但似乎无法注意到我哪里出错了.我觉得这将是非常明显的事情!任何帮助都会很棒
Insert into EmployeeTable values
SELECT Name('Mrs','Alison','Smith'),
Address('23 Dart Grove', 'Edinburgh', 'EH10 5TT'),
Phone('01312125555', '07705623443','07907812345'),
'N1001',
ref(b),
'null',
'101',
'Head',
'50000',
'01-FEB-92'
from branchtable b
where b.bID = '901';
Run Code Online (Sandbox Code Playgroud)
删除VALUES:
Insert into EmployeeTable
SELECT ...
Run Code Online (Sandbox Code Playgroud)
但我担心这可能不是唯一的问题......
| 归档时间: |
|
| 查看次数: |
4911 次 |
| 最近记录: |