Replace all wildcard columns with '1' in count-only subquery #1575

This commit is contained in:
Kijin Sung 2021-01-29 14:40:28 +09:00
parent 96eae68105
commit 957be16a25
4 changed files with 44 additions and 20 deletions

View file

@ -9,6 +9,8 @@
<table name="documents" />
</tables>
<columns>
<column name="documents.document_srl" />
<column name="documents.*" />
<column name="COUNT(*)" alias="count" />
</columns>
<conditions>