mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#442 group by절을 이용하는 댓글/ 태그 검색시 select 대상 컬럼을 group 대상만 가져오게 한 후 다시 문서를 가져오는 방식으로 표준 sql 문법에 맞도록 쿼리 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4064 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56003fb90a
commit
e25d48baef
4 changed files with 25 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<table name="comments" alias="comments"/>
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="documents.*" />
|
||||
<column name="documents.document_srl" />
|
||||
</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