rhymix/modules/module/queries/updateLangCode.xml
2020-10-03 01:30:28 +09:00

11 lines
No EOL
316 B
XML

<query id="updateLangCode" action="update">
<tables>
<table name="lang" />
</tables>
<columns>
<column name="lang_code" var="new_lang_code" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="lang_code" var="lang_code" notnull="notnull" />
</conditions>
</query>