Change some other instances of problematic GROUP BY into SELECT DISTINCT

This commit is contained in:
Kijin Sung 2021-01-31 16:27:37 +09:00
parent b43fbc0ace
commit 0873b371a1
8 changed files with 17 additions and 45 deletions

View file

@ -3,7 +3,7 @@
<table name="documents" />
<table name="comments" />
</tables>
<columns>
<columns distinct="distinct">
<column name="documents.*" />
</columns>
<conditions>
@ -23,9 +23,6 @@
<condition operation="more" column="documents.regdate" var="start_regdate" pipe="and" />
<condition operation="less" column="documents.regdate" var="end_regdate" pipe="and" />
</conditions>
<groups>
<group column="documents.document_srl" />
</groups>
<navigation>
<index var="sort_index" default="documents.list_order" order="order_type" />
<list_count var="list_count" default="20" />