mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
r6629 에서 누락된 파일 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6630 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d384d206e7
commit
de6f6b982f
2 changed files with 24 additions and 0 deletions
18
modules/wiki/queries/getDocumentWithoutAlias.xml
Normal file
18
modules/wiki/queries/getDocumentWithoutAlias.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<query id="getDocumentWithoutAlias" action="select">
|
||||
<tables>
|
||||
<table name="documents" alias="doc" />
|
||||
<table name="document_aliases" alias="al" type="left join">
|
||||
<conditions>
|
||||
<condition operation="equal" column="al.document_srl" default="doc.document_srl" />
|
||||
</conditions>
|
||||
</table>
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="doc.document_srl" alias="document_srl" />
|
||||
<column name="doc.title" alias="alias_title" />
|
||||
<column name="al.alias_srl" alias="alias_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="doc.module_srl" var="module_srl" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue