Skip to main content
Prachi Sehgal 님이 #Sales And Marketing에 질문했습니다
   refrences. It throw out an error saying:

 

 Parent relationship queries are disabled in Workbench: d.AuthorId

 

Here is the query :

 

SELECT d.AuthorId,d.FolderId,

f.name, d.Name,d.Id, d.Type

 

FROM Document d, folder f

where d.folderid =

f.id

 

 

How can query by joining 2 or more objects?
답변 3개
  1. 2012년 4월 4일 오후 7:51
    or how can I query the fields in object Document and the fields they reference?
0/9000