즐겨찾기Prachi Sehgal 님이 #Sales And Marketing에 질문했습니다2012년 4월 4일 오후 7: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일 오후 7:51or how can I query the fields in object Document and the fields they reference?댓글 추가답변을 작성하세요...굵은 글꼴기울인 글꼴밑줄취소선불릿 기호 목록번호가 지정된 목록링크 추가코드 블록이미지 삽입파일 첨부링크 URL취소저장0/9000답글 쓰기
Prachi Sehgal2012년 4월 4일 오후 7:51or how can I query the fields in object Document and the fields they reference?