mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
누락된 쿼리
This commit is contained in:
parent
e982b22aa5
commit
d6c617bf67
1 changed files with 14 additions and 0 deletions
14
modules/module/queries/getModuleExtendCount.xml
Normal file
14
modules/module/queries/getModuleExtendCount.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getModuleExtendCount" action="select">
|
||||
<tables>
|
||||
<table name="module_extend" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="parent_module" var="parent_module" />
|
||||
<condition operation="equal" column="extend_module" var="extend_module" pipe="and" />
|
||||
<condition operation="equal" column="type" var="type" pipe="and" />
|
||||
<condition operation="equal" column="kind" var="kind" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue