xe-tutorial icon indicating copy to clipboard operation
xe-tutorial copied to clipboard

[xml query] 서브쿼리 오타 수정

Open holyachon opened this issue 7 years ago • 0 comments

https://github.com/xpressengine/xe-tutorial/tree/master/XML_Query/09_select_query_with_subquery

FROM절에서의 서브쿼리 섹션에서

<table> <table name="documents" alias="documents" /> </table> <table></table>이 아니라 <tables></tables>로 해야 정상 작동하는것으로 확인됩니다. (table로 작성 시 쿼리문에 테이블 명을 찾을수 없음)

holyachon avatar Jul 27 '18 15:07 holyachon