mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@50 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6d33930737
commit
246b649379
19 changed files with 0 additions and 0 deletions
12
modules/module/queries/getMidInfo.xml
Normal file
12
modules/module/queries/getMidInfo.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getMidInfo" action="select">
|
||||
<tables>
|
||||
<table name="modules" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="mid" var="mid" />
|
||||
<condition operation="equal" column="module_srl" var="module_srl" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue