mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
12 lines
382 B
XML
12 lines
382 B
XML
<query id="nullValueTest1" action="update">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="user_name" var="user_name" />
|
|
<column name="nick_name" var="nick_name" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" />
|
|
</conditions>
|
|
</query>
|