mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
395 B
XML
11 lines
395 B
XML
<query id="insertLang" action="insert">
|
|
<tables>
|
|
<table name="lang" />
|
|
</tables>
|
|
<columns>
|
|
<column name="site_srl" var="site_srl" notnull="notnull" />
|
|
<column name="name" var="name" notnull="notnull" />
|
|
<column name="lang_code" var="lang_code" notnull="notnull" />
|
|
<column name="value" var="value" notnull="notnull" />
|
|
</columns>
|
|
</query>
|