Access-2013中的嵌套查询

问题描述:

您好,

我想在Access 2013中编写嵌套查询。

我试过但是我收到错误FROM Clause中的语法错误



以下是我的询问:









插入内容([名称])

选择'OB-0900'来自[黄金元数据]

(INSERT INTO [内容元数据大师]([内容名称],[元数据名称],[价值])

SELECT [内容]。[名称],作者1,[作者1] FROM [内容],[黄金元数据] [案例编号] ='OB-0900');





告诉我我将在哪里进行更改..



先谢谢,



Samadhan

Hello,
I want to write nested query in Access 2013 .
I have tried it But I have got an error that "Syntax error in FROM Clause"

Following is my query:




INSERT INTO Content ([Name])
SELECT 'OB-0900' FROM [Gold Metadata]
(INSERT INTO[Content Metadata Master] ([Content Name], [Metadata Name], [Value])
SELECT [Content].[Name],'Author 1',[Author 1] FROM [Content],[Gold Metadata] where [Case Number]='OB-0900');


Let me know Where I will do changes in that..

Thanks in Advance,

Samadhan