mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
문서추출시 tag, comment 검색시 사용되는 group by절의 표준sql을 맞춤 (order대상 컬럼을 select에 추가)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4100 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
71856d7313
commit
c2ea716a2b
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<column name="documents.document_srl" />
|
||||
<column name="comments.list_order" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" />
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<column name="documents.document_srl" />
|
||||
<column name="documents.list_order" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue