收藏Prachi Sehgal 提问于 #Sales And Marketing2012年4月4日 19:49Using SOQL query in Workbench to lookup some data by joining an object it 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 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...Prachi Sehgal2012年4月4日 19:51or how can I query the fields in object Document and the fields they reference?添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Prachi Sehgal2012年4月4日 19:51or how can I query the fields in object Document and the fields they reference?