최근 이미지 위젯의 결과가 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:
zero 2008-01-29 02:03:16 +00:00
parent 5973f30f7f
commit d725c15649
3 changed files with 12 additions and 9 deletions

View file

@ -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" />