mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Replace all wildcard columns with '1' in count-only subquery #1575
This commit is contained in:
parent
96eae68105
commit
957be16a25
4 changed files with 44 additions and 20 deletions
|
|
@ -9,6 +9,8 @@
|
|||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="documents.document_srl" />
|
||||
<column name="documents.*" />
|
||||
<column name="COUNT(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue