mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +09:00
최근 이미지 위젯의 결과가 cubrid에서 나오지 않던 문제 해결. group by 절의 잘못된 쿼리 때문임. by 서상욱님
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3612 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5973f30f7f
commit
d725c15649
3 changed files with 12 additions and 9 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<table name="documents" alias="documents"/>
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="documents.*" />
|
||||
<column name="files.upload_target_srl" alias="document_srl"/>
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="files.module_srl" var="module_srls" notnull="notnull" filter="numbers" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue