git-svn-id: http://xe-core.googlecode.com/svn/trunk@703 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-27 06:30:56 +00:00
parent f01485af09
commit e93576f6b6
11 changed files with 62 additions and 12 deletions

View file

@ -0,0 +1,11 @@
<query id="getModuleSrlByMid" action="select">
<tables>
<table name="modules" />
</tables>
<columns>
<column name="module_srl" />
</columns>
<conditions>
<condition operation="in" column="mid" var="mid" notnull="notnull" />
</conditions>
</query>